cmake: Move HAS_NCE to root cmake

* So we can use it in common
merge-requests/60/head
GPUCode 2 years ago
parent a76a8fb5fe
commit 340548aba7

@ -541,7 +541,7 @@ public:
if (write) { if (write) {
flags |= PROT_WRITE; flags |= PROT_WRITE;
} }
#ifdef ARCHITECTURE_arm64 #ifdef HAS_NCE
if (execute) { if (execute) {
flags |= PROT_EXEC; flags |= PROT_EXEC;
} }

Loading…
Cancel
Save