mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
[build] Fix some warnings on web builds and remove some redundant flags. (#4069)
* update
* Revert "update"
This reverts commit e8adcabd94.
* update
* remove a not stricly required flag
This commit is contained in:
committed by
GitHub
parent
04735fa9bb
commit
cc40a91343
@ -69,7 +69,7 @@ else()
|
||||
endif()
|
||||
|
||||
if (${PLATFORM} MATCHES "Web")
|
||||
target_link_options(raylib PRIVATE "-sUSE_GLFW=3")
|
||||
target_link_options(raylib PUBLIC "-sUSE_GLFW=3")
|
||||
endif()
|
||||
|
||||
set_target_properties(raylib PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user