commit
448d04e9b9
@ -774,13 +774,12 @@ function toolchain(_buildDir, _subDir)
|
|||||||
|
|
||||||
configuration { "android-*", "Release" }
|
configuration { "android-*", "Release" }
|
||||||
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Release")
|
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Release")
|
||||||
objdir (_buildDir .. "android/obj/" .. _OPTIONS["PLATFORM"] .. "/Release")
|
|
||||||
|
|
||||||
configuration { "android-*", "Debug" }
|
configuration { "android-*", "Debug" }
|
||||||
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Debug")
|
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Debug")
|
||||||
objdir (_buildDir .. "android/obj/" .. _OPTIONS["PLATFORM"] .. "/Debug")
|
|
||||||
|
|
||||||
configuration { "android-*" }
|
configuration { "android-*" }
|
||||||
|
objdir (_buildDir .. "android/obj/" .. _OPTIONS["PLATFORM"])
|
||||||
includedirs {
|
includedirs {
|
||||||
MAME_DIR .. "3rdparty/bgfx/3rdparty/khronos",
|
MAME_DIR .. "3rdparty/bgfx/3rdparty/khronos",
|
||||||
"$(ANDROID_NDK_ROOT)/sources/cxx-stl/llvm-libc++/libcxx/include",
|
"$(ANDROID_NDK_ROOT)/sources/cxx-stl/llvm-libc++/libcxx/include",
|
||||||
|
Loading…
Reference in New Issue
Block a user