Бранимир Караџић 5 年之前
父節點
當前提交
7f3bd1f9bb
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      scripts/bgfx.lua

+ 2 - 1
scripts/bgfx.lua

@@ -69,9 +69,10 @@ function bgfxProjectBase(_kind, _defines)
 				"GL",
 				"pthread",
 			}
+
 		configuration { "android*" }
 			targetextension ".so"
-		
+
 		configuration { "android*" ,"Debug"}
 			linkoptions{"-soname libbgfx-shared-libDebug.so"  }