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 4f13d5d commit 2f7ee6eCopy full SHA for 2f7ee6e
src/CMakeLists.txt
@@ -69,7 +69,7 @@ else()
69
endif()
70
71
if (${PLATFORM} MATCHES "Web")
72
- target_link_options(raylib PUBLIC "-sUSE_GLFW=3" -sEXPORTED_RUNTIME_METHODS=ccall -sASYNCIFY)
+ target_link_options(raylib PUBLIC "-sUSE_GLFW=3" -sEXPORTED_RUNTIME_METHODS=ccall)
73
if(${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_ES3")
74
target_link_options(raylib PUBLIC "-sMIN_WEBGL_VERSION=2")
75
target_link_options(raylib PUBLIC "-sMAX_WEBGL_VERSION=2")
0 commit comments