mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Linux: fixed building of shared libraries
This commit is contained in:
@@ -25,6 +25,11 @@ function bgfxProject(_name, _kind, _defines)
|
||||
"-shared",
|
||||
}
|
||||
|
||||
configuration { "linux-*" }
|
||||
buildoptions {
|
||||
"-fPIC",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user