[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:
Lázaro Albuquerque
2024-06-16 04:42:50 -04:00
committed by GitHub
parent 04735fa9bb
commit cc40a91343
3 changed files with 3 additions and 5 deletions

View File

@@ -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