Linux: fixed building of shared libraries

This commit is contained in:
fysx 2015-03-16 21:22:06 +01:00
parent e3ba59d1b5
commit c758d294ed

View file

@ -25,6 +25,11 @@ function bgfxProject(_name, _kind, _defines)
"-shared",
}
configuration { "linux-*" }
buildoptions {
"-fPIC",
}
configuration {}
end