]> git.stg.codes - stg.git/blobdiff - projects/sgconf_xml/build
Allowed to build sgconf_xml on Darwin.
[stg.git] / 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"