Browse Source

Android: Updated toolchain.

bkaradzic 12 years ago
parent
commit
5c1c86bba7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      premake/premake4.lua

+ 4 - 1
premake/premake4.lua

@@ -75,8 +75,11 @@ function exampleProject(_name, _uuid)
 		}
 		}
 
 
 	configuration { "android*" }
 	configuration { "android*" }
-		kind "SharedLib"
+		kind "ConsoleApp"
 		targetextension ".so"
 		targetextension ".so"
+		linkoptions {
+			"-shared",
+		}
 		links {
 		links {
 			"EGL",
 			"EGL",
 			"GLESv2",
 			"GLESv2",