mirror of https://github.com/bkaradzic/bgfx
Fix wasm build.
This commit is contained in:
parent
8482561df4
commit
5b8a8ba3da
|
@ -153,6 +153,11 @@ function bgfxProjectBase(_kind, _defines)
|
|||
path.join(BGFX_DIR, "3rdparty/khronos"),
|
||||
}
|
||||
|
||||
configuration { "wasm*" }
|
||||
linkoptions {
|
||||
"-sGL_ENABLE_GET_PROC_ADDRESS",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
includedirs {
|
||||
|
|
Loading…
Reference in New Issue