mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Linux: fixed building of shared libraries
This commit is contained in:
parent
e3ba59d1b5
commit
c758d294ed
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ function bgfxProject(_name, _kind, _defines)
|
|||
"-shared",
|
||||
}
|
||||
|
||||
configuration { "linux-*" }
|
||||
buildoptions {
|
||||
"-fPIC",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue