aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame/files/patch-scripts_toolchain.lua
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mame/files/patch-scripts_toolchain.lua')
-rw-r--r--emulators/mame/files/patch-scripts_toolchain.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/files/patch-scripts_toolchain.lua b/emulators/mame/files/patch-scripts_toolchain.lua
index 014ee01b1f28..fe4f9966ff46 100644
--- a/emulators/mame/files/patch-scripts_toolchain.lua
+++ b/emulators/mame/files/patch-scripts_toolchain.lua
@@ -1,4 +1,4 @@
---- scripts/toolchain.lua.orig 2023-05-06 02:56:32 UTC
+--- scripts/toolchain.lua.orig 2023-05-27 02:18:45 UTC
+++ scripts/toolchain.lua
@@ -60,7 +60,8 @@ function androidToolchainRoot()
local hostTags = {
@@ -6,7 +6,7 @@
linux = "linux-x86_64",
- macosx = "darwin-x86_64"
+ macosx = "darwin-x86_64",
-+ bsd = "freebsd-x86_64"
++ bsd = "freebsd-x86_64"
}
android.toolchainRoot = (os.getenv("ANDROID_NDK_HOME") or "") .. "/toolchains/llvm/prebuilt/" .. hostTags[os.get()]
end