Skip to content

Commit f77960b

Browse files
committed
buildsys: Check for Windows Store enironment.
1 parent e09e965 commit f77960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nyan/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if(UNIX)
9999
endif()
100100
endif()
101101

102-
if(WIN32)
102+
if(WIN32 AND (NOT WINDOWS_STORE))
103103
set_target_properties(nyan PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
104104
target_link_libraries(nyan PRIVATE DbgHelp)
105105
endif()

0 commit comments

Comments
 (0)