We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd1b9af + 3031c38 commit 2903500Copy full SHA for 2903500
CMakeLists.txt
@@ -28,6 +28,8 @@ build_addon(audiodecoder.dumb DUMB DEPLIBS)
28
29
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
30
add_definitions(-D_FILE_OFFSET_BITS=64)
31
+elseif(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
32
+ target_link_options(audiodecoder.dumb PRIVATE "/NODEFAULTLIB:libcmt")
33
endif()
34
35
include(CPack)
0 commit comments