diff options
Diffstat (limited to 'src/libui_sdl')
-rw-r--r-- | src/libui_sdl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/CMakeLists.txt b/src/libui_sdl/CMakeLists.txt index afd38e4..ae270e4 100644 --- a/src/libui_sdl/CMakeLists.txt +++ b/src/libui_sdl/CMakeLists.txt @@ -31,7 +31,7 @@ target_link_libraries(melonDS core ${SDL2_LIBRARIES} libui) if (UNIX) - option(UNIX_PORTABLE "Make a portable build that looks for its configuration in the current directory" ON) + option(UNIX_PORTABLE "Make a portable build that looks for its configuration in the current directory" OFF) if (UNIX_PORTABLE) add_definitions(-DUNIX_PORTABLE) endif() |