[nostalgia] Fix for Windows
This commit is contained in:
@@ -6,7 +6,7 @@ target_link_libraries(
|
||||
NostalgiaPack
|
||||
)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT WIN32)
|
||||
# enable LTO
|
||||
set_property(TARGET nost-pack PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user