diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74600b8..e6877bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,6 +161,7 @@ endif() if(NOT WIN32 AND NOT VITA + AND NOT 3DS AND NOT EMSCRIPTEN AND NOT ADLMIDI_DOS) option(ENABLE_FPIC "Build static libraries as position independent code" ON) |