Android: Fixed missing link dependencies when building shared library.
This commit is contained in:
parent
2f292bd348
commit
185c1fc400
@ -72,6 +72,12 @@ project "bgfx-shared-lib"
|
||||
"BGFX_CONFIG_DEBUG=1",
|
||||
}
|
||||
|
||||
configuration { "android*" }
|
||||
links {
|
||||
"EGL",
|
||||
"GLESv2",
|
||||
}
|
||||
|
||||
configuration { "windows" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
|
Loading…
Reference in New Issue
Block a user