From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 18 Jan 2015 20:48:14 +0000 (+0200)
Subject: Allowed to build sgconf_xml on Darwin.
X-Git-Tag: 2.409~209
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/feb15e71130a86dbf9740dcb693a0f949d258df6?ds=inline

Allowed to build sgconf_xml on Darwin.
---

diff --git a/projects/sgconf_xml/build b/projects/sgconf_xml/build
index e6982f4c..34cd804f 100755
--- a/projects/sgconf_xml/build
+++ b/projects/sgconf_xml/build
@@ -51,6 +51,12 @@ then
     MAKE="gmake"
 fi
 
+if [ "$sys" = "Darwin" ]
+then
+    OS=darwin
+    MAKE="gmake"
+fi
+
 if [ "$OS" = "unknown" ]
 then
     printf "#############################################################################\n"