summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJose <pepone@users.noreply.github.com>2022-02-15 21:38:21 +0100
committerGitHub <noreply@github.com>2022-02-15 21:38:21 +0100
commitf67a9ae0255e85ddd92486a0642b566744a8bcbd (patch)
treefac3b3b21d8560436ac7cb302dc7c46e7430b0ff /cpp/src
parentAdd changelog entry for binary compatibility regression fix (diff)
downloadice-f67a9ae0255e85ddd92486a0642b566744a8bcbd.tar.bz2
ice-f67a9ae0255e85ddd92486a0642b566744a8bcbd.tar.xz
ice-f67a9ae0255e85ddd92486a0642b566744a8bcbd.zip
Ice for MATLAB linux support (#1341)
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2matlab/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2matlab/Main.cpp b/cpp/src/slice2matlab/Main.cpp
index ab54ebc4506..a9dd90591f1 100644
--- a/cpp/src/slice2matlab/Main.cpp
+++ b/cpp/src/slice2matlab/Main.cpp
@@ -4904,7 +4904,7 @@ compile(const vector<string>& argv)
return EXIT_FAILURE;
}
- if(!icecpp->printMakefileDependencies(os, depend ? Preprocessor::PHP : Preprocessor::SliceXML,
+ if(!icecpp->printMakefileDependencies(os, depend ? Preprocessor::MATLAB : Preprocessor::SliceXML,
includePaths, "-D__SLICE2MATLAB__"))
{
return EXIT_FAILURE;