mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Make UNIX builds non-portable by default.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user