From f858d073b76e0fa040382f4a3d5b3fec343f691e Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 30 Oct 2019 20:08:03 +0100 Subject: Fix slice2swift build failures --- cpp/src/slice2swift/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2swift/Main.cpp') 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& 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; -- cgit v1.2.3