git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allowed to build sgconf_xml on Darwin.
[stg.git]
/
projects
/
sgconf_xml
/
build
diff --git
a/projects/sgconf_xml/build
b/projects/sgconf_xml/build
index e6982f4ce9d12c03e9d1e4a730b4779073d42d24..34cd804ff1dc59dfa17af9f6f3bf3aa0d01a6d98 100755
(executable)
--- 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"