diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-20 16:50:18 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-20 16:50:18 +0100 |
| commit | 9f3be89e12e52e0e44f1376a773fa6a555179006 (patch) | |
| tree | 1f88c877c72ac1c86419c7be141525e58e110401 | |
| parent | 9e0b300354e54664fb5d926b77de5180de777f7d (diff) | |
| download | box64-9f3be89e12e52e0e44f1376a773fa6a555179006.tar.gz box64-9f3be89e12e52e0e44f1376a773fa6a555179006.zip | |
[ANDROID] Removed the forced NOLOADADDRESS build parameter for Android builds
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b59e7bfc..5b585556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ if(SW64) endif() if(ANDROID) set(TERMUX_PATH "/data/data/com.termux/files") - set(NOLOADADDR ON CACHE BOOL "") + #set(NOLOADADDR ON CACHE BOOL "") #no need to force this setting it seems now set(BAD_SIGNAL ON CACHE BOOL "") endif() |