From 87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 25 Aug 2021 15:42:56 +0300 Subject: Add 3DS into the FPIC condition --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3