Skip to content
Snippets Groups Projects
Verified Commit a0d12310 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

macOS/use_dll: drop -mmacosx-version-min=10.9 flag

The MEX files are not intended for distribution to other systems.
parent c91178e3
No related branches found
No related tags found
No related merge requests found
...@@ -2050,7 +2050,7 @@ ModelTree::compileMEX(const string &basename, const string &funcname, const stri ...@@ -2050,7 +2050,7 @@ ModelTree::compileMEX(const string &basename, const string &funcname, const stri
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
#endif #endif
flags << " -fno-common -mmacosx-version-min=10.9 -Wl,-twolevel_namespace -undefined error -bundle"; flags << " -fno-common -Wl,-twolevel_namespace -undefined error -bundle";
libs += " -lm -lstdc++"; libs += " -lm -lstdc++";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment