summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2023-08-08 16:18:49 +0200
committerGitHub <noreply@github.com>2023-08-08 16:18:49 +0200
commit5131fadd1f622436314c6059cf2d7b3f64eb5d89 (patch)
treebef442ad89a8a49e784b930082e195b8a58208ac
parent0e1cbfaa7e5d87d5b44410e8b8d41d0a21cecb72 (diff)
lightning.h not included on aarch64
-rw-r--r--src/runtime/c/pgf/jit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/jit.c b/src/runtime/c/pgf/jit.c
index 2e0145a24..77ff24e99 100644
--- a/src/runtime/c/pgf/jit.c
+++ b/src/runtime/c/pgf/jit.c
@@ -4,7 +4,10 @@
#include <pgf/data.h>
#include <pgf/reasoner.h>
#include <pgf/reader.h>
+
+#if !defined(LIGHTNING_AARCH64)
#include "lightning.h"
+#endif
//#define PGF_JIT_DEBUG