diff options
| -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() |