Enable static linking only on Windows
This commit is contained in:
@@ -70,7 +70,7 @@ if(ARCH STREQUAL "i386")
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC AND NOT UNIX AND NOT APPLE)
|
||||||
target_link_options(86Box PRIVATE "-static")
|
target_link_options(86Box PRIVATE "-static")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user