aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Schleifer <js@nil.im>2024-04-28 00:40:01 +0200
committerEli Schwartz <eschwartz93@gmail.com>2024-04-28 03:14:29 -0400
commite9363e1677194d737f454dcefa9e5c91cd30fa91 (patch)
tree32d4e44a7e44bba2c74e7b03512fa3e69361c773
parent538abcf8b130932c05b9bf4c1d9e185183c95f73 (diff)
downloadmeson-e9363e1677194d737f454dcefa9e5c91cd30fa91.zip
meson-e9363e1677194d737f454dcefa9e5c91cd30fa91.tar.gz
meson-e9363e1677194d737f454dcefa9e5c91cd30fa91.tar.bz2
Explicitly set OBJC=cc OBJCXX=c++ for bitcode test
OBJC=clang / OBJCXX=clang++ can pick up a newer Clang that no longer supports bitcode.
-rw-r--r--test cases/osx/7 bitcode/test.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/osx/7 bitcode/test.json b/test cases/osx/7 bitcode/test.json
new file mode 100644
index 0000000..5d06311
--- /dev/null
+++ b/test cases/osx/7 bitcode/test.json
@@ -0,0 +1,6 @@
+{
+ "env": {
+ "OBJC": "cc",
+ "OBJCXX": "c++"
+ }
+}