]> git.stg.codes - stg.git/commitdiff
Allowed to build sgconf_xml on Darwin.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Jan 2015 20:48:14 +0000 (22:48 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Jan 2015 20:48:14 +0000 (22:48 +0200)
projects/sgconf_xml/build

index e6982f4ce9d12c03e9d1e4a730b4779073d42d24..34cd804ff1dc59dfa17af9f6f3bf3aa0d01a6d98 100755 (executable)
@@ -51,6 +51,12 @@ then
     MAKE="gmake"
 fi
 
+if [ "$sys" = "Darwin" ]
+then
+    OS=darwin
+    MAKE="gmake"
+fi
+
 if [ "$OS" = "unknown" ]
 then
     printf "#############################################################################\n"