cmake: Move HAS_NCE to root cmake
* So we can use it in common
This commit is contained in:
parent
c95a560bc3
commit
fab81ee39d
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ public:
|
|||
if (write) {
|
||||
flags |= PROT_WRITE;
|
||||
}
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
#ifdef HAS_NCE
|
||||
if (execute) {
|
||||
flags |= PROT_EXEC;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue