summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:59:28 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:59:28 +0200
commit22d5ba05dc6db119be9f7c07d69ff9ab7781af9e (patch)
tree220a0086790962d236293d43a496ec821b46cbf7 /scripts/src
parent9dce821cbb1a7016d418f6b650152fab4f32a418 (diff)
xcode4 and ios removal
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/3rdparty.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index b8555883e54..a44db5ba54a 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1150,7 +1150,7 @@ project "bx"
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
}
- configuration { "osx* or xcode4" }
+ configuration { "osx*" }
includedirs {
MAME_DIR .. "3rdparty/bx/include/compat/osx",
}
@@ -1218,7 +1218,7 @@ project "bimg"
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
}
- configuration { "osx* or xcode4" }
+ configuration { "osx*" }
includedirs {
MAME_DIR .. "3rdparty/bx/include/compat/osx",
}
@@ -1328,7 +1328,7 @@ end
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
}
- configuration { "osx* or xcode4" }
+ configuration { "osx*" }
includedirs {
MAME_DIR .. "3rdparty/bx/include/compat/osx",
}