summaryrefslogtreecommitdiff
path: root/soltools/cpp/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/makefile.mk')
-rw-r--r--soltools/cpp/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 32eb0b189ef2..11f04b0a3630 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -53,8 +53,8 @@ OBJFILES= \
$(OBJ)$/_tokens.obj \
$(OBJ)$/_unix.obj
-# nonstandard cpp options, needs the custom stgetopt defined here :/
-# And Windows, well, Windows... no comment.
+# nonstandard cpp options needed for Mac (-isysroot),
+# needs the custom stgetopt defined here :/
.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" == "NO"
OBJFILES += $(OBJ)$/_getopt.obj
.ENDIF