Бранимир Караџић 5 years ago
parent
commit
60b51dcf85
1 changed files with 5 additions and 0 deletions
  1. 5 0
      scripts/bgfx.lua

+ 5 - 0
scripts/bgfx.lua

@@ -64,6 +64,11 @@ function bgfxProjectBase(_kind, _defines)
 			buildoptions {
 				"-fPIC",
 			}
+			links {
+				"X11",
+				"GL",
+				"pthread",
+			}
 
 		configuration {}
 	end