Try with __aarch64__

This commit is contained in:
Krasimir Angelov
2023-08-09 10:58:50 +02:00
committed by GitHub
parent 5131fadd1f
commit fae2fc4c6c

View File

@@ -5,7 +5,7 @@
#include <pgf/reasoner.h>
#include <pgf/reader.h>
#if !defined(LIGHTNING_AARCH64)
#if !defined(__aarch64__)
#include "lightning.h"
#endif