Skip to content

Commit 2f7ee6e

Browse files
committed
remove ASYNCIFY
1 parent 4f13d5d commit 2f7ee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else()
6969
endif()
7070

7171
if (${PLATFORM} MATCHES "Web")
72-
target_link_options(raylib PUBLIC "-sUSE_GLFW=3" -sEXPORTED_RUNTIME_METHODS=ccall -sASYNCIFY)
72+
target_link_options(raylib PUBLIC "-sUSE_GLFW=3" -sEXPORTED_RUNTIME_METHODS=ccall)
7373
if(${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_ES3")
7474
target_link_options(raylib PUBLIC "-sMIN_WEBGL_VERSION=2")
7575
target_link_options(raylib PUBLIC "-sMAX_WEBGL_VERSION=2")

0 commit comments

Comments
 (0)