Kaynağa Gözat

Linux: fixed building of shared libraries

fysx 10 yıl önce
ebeveyn
işleme
c758d294ed
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      scripts/bgfx.lua

+ 5 - 0
scripts/bgfx.lua

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