We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d1147 commit f02213bCopy full SHA for f02213b
CMakeLists.txt
@@ -67,7 +67,7 @@ include(CMakePackageConfigHelpers)
67
include(GNUInstallDirs)
68
69
set(PLATFORM_SUPPORTS_SHARED ON)
70
-if(VITA OR PSP OR PS2 OR N3DS OR RISCOS)
+if(EMSCRIPTEN OR VITA OR PSP OR PS2 OR N3DS OR RISCOS)
71
set(PLATFORM_SUPPORTS_SHARED OFF)
72
endif()
73
0 commit comments