SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
emulators/mame/patches/patch-scripts_toolchain_lua
Normal file
15
emulators/mame/patches/patch-scripts_toolchain_lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue