1
0
forked from GitHub/gf-core

One more place with __aarch64__

This commit is contained in:
Krasimir Angelov
2023-08-09 10:59:53 +02:00
committed by GitHub
parent fae2fc4c6c
commit e2c2763d59

View File

@@ -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)