Fix wasm build.

This commit is contained in:
Бранимир Караџић 2023-12-15 07:37:01 -08:00
parent 8482561df4
commit 5b8a8ba3da
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ function bgfxProjectBase(_kind, _defines)
path.join(BGFX_DIR, "3rdparty/khronos"),
}
configuration { "wasm*" }
linkoptions {
"-sGL_ENABLE_GET_PROC_ADDRESS",
}
configuration {}
includedirs {