diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-08-25 15:42:56 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-08-25 15:42:56 +0300 |
commit | 87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf (patch) | |
tree | d2f11bdad2f23f8a5adae09ae5ff2d247e12b383 /CMakeLists.txt | |
parent | 684d35c3769bad3de24b6828ede48d3696c9db31 (diff) | |
download | libADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.tar.gz libADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.tar.bz2 libADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.zip |
Add 3DS into the FPIC condition
Diffstat (limited to 'CMakeLists.txt')
-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) |