summaryrefslogtreecommitdiff
path: root/cpp/src/slice2swift/Main.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-10-30 20:08:03 +0100
committerJoe George <joe@zeroc.com>2019-11-05 11:02:25 -0500
commitf858d073b76e0fa040382f4a3d5b3fec343f691e (patch)
treed9ca3ca61894804e8abba2cc0b98a7c719fdc15b /cpp/src/slice2swift/Main.cpp
parentFixed IceSSL/configuration to skip some tests on macOS (diff)
downloadice-f858d073b76e0fa040382f4a3d5b3fec343f691e.tar.bz2
ice-f858d073b76e0fa040382f4a3d5b3fec343f691e.tar.xz
ice-f858d073b76e0fa040382f4a3d5b3fec343f691e.zip
Fix slice2swift build failures
Diffstat (limited to 'cpp/src/slice2swift/Main.cpp')
-rw-r--r--cpp/src/slice2swift/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/Main.cpp b/cpp/src/slice2swift/Main.cpp
index ae435a1cdf0..6464e2be4fa 100644
--- a/cpp/src/slice2swift/Main.cpp
+++ b/cpp/src/slice2swift/Main.cpp
@@ -218,7 +218,7 @@ compile(const vector<string>& argv)
return EXIT_FAILURE;
}
- if(!icecpp->printMakefileDependencies(os, depend ? Preprocessor::PHP : Preprocessor::SliceXML,
+ if(!icecpp->printMakefileDependencies(os, depend ? Preprocessor::Swift : Preprocessor::SliceXML,
includePaths, "-D__SLICE2SWIFT__"))
{
return EXIT_FAILURE;