X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4afaecdd25eb53949f523e5d4891d5dbbfadb63d..feb15e71130a86dbf9740dcb693a0f949d258df6:/projects/sgconf_xml/build?ds=sidebyside 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"