mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
One more place with __aarch64__
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
//#define PGF_JIT_DEBUG
|
||||
|
||||
#if defined(EMSCRIPTEN) || defined(LIGHTNING_AARCH64)
|
||||
#if defined(EMSCRIPTEN) || defined(__aarch64__)
|
||||
|
||||
PGF_INTERNAL PgfJitState*
|
||||
pgf_new_jit(PgfReader* rdr)
|
||||
|
||||
Reference in New Issue
Block a user