We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d4091 commit 918ecbaCopy full SHA for 918ecba
2 files changed
build.cfg.sample
@@ -19,6 +19,7 @@
19
# win64 : Windows 64 (not tested yet)
20
# win32 : Windows 32 (not tested yet)
21
# freebsd : FreeBSD
22
+# darwin : MacOS
23
#----------------------------------------------
24
-Tlinux
25
tools/config.setup.sh
@@ -20,4 +20,6 @@ if [["$OSTYPE" == "freebsd"*]]; then
sed -i '' 's/\-Tlinux/\-Tfreebsd/g' build.cfg
elif [["$OSTYPE" == "msys"*]]; then
sed -i '' 's/\-Tlinux/\-Twin64/g' build.cfg
+elif [["$OSTYPE" == "darwin"*]]; then
+ sed -i '' 's/\-Tlinux/\-Tdarwin/g' build.cfg
fi
0 commit comments