summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/stacktrace/Client.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2021-06-08 10:40:35 +0200
committerJose <jose@zeroc.com>2021-06-08 10:41:06 +0200
commit5ba8c27c6c0cafccbd75b44bd38c01da7e6c1ab1 (patch)
tree4b921882117ecb930f0c65fc0fb159d25b06f030 /cpp/test/IceUtil/stacktrace/Client.cpp
parentWorkaround for simctl assertion booting device (diff)
downloadice-5ba8c27c6c0cafccbd75b44bd38c01da7e6c1ab1.tar.bz2
ice-5ba8c27c6c0cafccbd75b44bd38c01da7e6c1ab1.tar.xz
ice-5ba8c27c6c0cafccbd75b44bd38c01da7e6c1ab1.zip
macOS IceUtil/stacktrace test fixes
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/Client.cpp')
-rw-r--r--cpp/test/IceUtil/stacktrace/Client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp
index 47a387f525c..d63428e7cc9 100644
--- a/cpp/test/IceUtil/stacktrace/Client.cpp
+++ b/cpp/test/IceUtil/stacktrace/Client.cpp
@@ -131,11 +131,11 @@ Client::run(int, char*[])
# elif(_MSC_VER >= 1910)
filename += "-vc141";
# endif
-#elif defined(__apple_build_version__)
-# if(__apple_build_version__ >= 10001145)
- filename += "-xcode10";
+#elif defined(__APPLE__)
+# if defined(__aarch64__)
+ filename += "-xcode-arm64";
#else
- filename += "-xcode9";
+ filename += "-xcode-x86_64";
#endif
#endif
}