15 lines
488 B
Text
15 lines
488 B
Text
https://github.com/mamedev/mame/issues/11049
|
|
|
|
Index: scripts/toolchain.lua
|
|
--- scripts/toolchain.lua.orig
|
|
+++ scripts/toolchain.lua
|
|
@@ -60,7 +60,8 @@ function androidToolchainRoot()
|
|
local hostTags = {
|
|
windows = "windows-x86_64",
|
|
linux = "linux-x86_64",
|
|
- macosx = "darwin-x86_64"
|
|
+ macosx = "darwin-x86_64",
|
|
+ bsd = "openbsd-x86_64"
|
|
}
|
|
android.toolchainRoot = (os.getenv("ANDROID_NDK_HOME") or "") .. "/toolchains/llvm/prebuilt/" .. hostTags[os.get()]
|
|
end
|