chore: only enable portable mode support for windows
This commit is contained in:
@ -71,6 +71,10 @@ if (WIN32)
|
||||
TARGET ${EXE_NAME}
|
||||
PROPERTY WIN32_EXECUTABLE true
|
||||
)
|
||||
|
||||
target_compile_definitions(${EXE_NAME} PRIVATE
|
||||
FLAG_PORTABLE_MODE_SUPPORT=1
|
||||
)
|
||||
endif ()
|
||||
|
||||
# Helper macros for install settings
|
||||
|
Reference in New Issue
Block a user