Remove =1
This commit is contained in:
parent
fd5bdb14e4
commit
8dcd2c320a
|
|
@ -71,7 +71,7 @@ endif()
|
||||||
if (${PLATFORM} MATCHES "Web")
|
if (${PLATFORM} MATCHES "Web")
|
||||||
target_link_options(raylib PUBLIC "-sUSE_GLFW=3")
|
target_link_options(raylib PUBLIC "-sUSE_GLFW=3")
|
||||||
if(${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_ES3")
|
if(${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_ES3")
|
||||||
target_link_options(raylib PUBLIC "-sFULL_ES3=1")
|
target_link_options(raylib PUBLIC "-sFULL_ES3")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user