Fixed Linux build as shared lib.
This commit is contained in:
parent
c992291e94
commit
61638ce0a7
@ -46,6 +46,10 @@ function bgfxProject(_name, _kind, _defines)
|
||||
"BGFX_SHARED_LIB_BUILD=1",
|
||||
}
|
||||
|
||||
links {
|
||||
"bx",
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
links {
|
||||
"gdi32",
|
||||
|
@ -142,9 +142,9 @@ function exampleProject(_name)
|
||||
}
|
||||
|
||||
links {
|
||||
"example-common",
|
||||
"bgfx",
|
||||
"bx",
|
||||
"example-common",
|
||||
}
|
||||
|
||||
if _OPTIONS["with-sdl"] then
|
||||
|
Loading…
Reference in New Issue
Block a user