fix wasm flags

This commit is contained in:
lizzie
2026-06-09 00:49:14 +00:00
parent 3d13ef9309
commit c7dbea0b22
2 changed files with 13 additions and 1 deletions
+5
View File
@@ -117,3 +117,8 @@ if (PLATFORM_EMSCRIPTEN)
unset(EMSCRIPTEN_C_FLAGS)
unset(EMSCRIPTEN_LINK_FLAGS)
endif()
# awesome
if (PLATFORM_FREEBSD OR PLATFORM_DRAGONFLYBSD)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L${CMAKE_SYSROOT}/usr/local/lib")
endif()