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

+ 2 - 1
scripts/bgfx.lua

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