Skip to content

Commit f02213b

Browse files
committed
cmake: emscripten platform cannot create shared libraries
1 parent 35d1147 commit f02213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ include(CMakePackageConfigHelpers)
6767
include(GNUInstallDirs)
6868

6969
set(PLATFORM_SUPPORTS_SHARED ON)
70-
if(VITA OR PSP OR PS2 OR N3DS OR RISCOS)
70+
if(EMSCRIPTEN OR VITA OR PSP OR PS2 OR N3DS OR RISCOS)
7171
set(PLATFORM_SUPPORTS_SHARED OFF)
7272
endif()
7373

0 commit comments

Comments
 (0)