git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afaecd
)
Allowed to build sgconf_xml on Darwin.
author
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 18 Jan 2015 20:48:14 +0000
(22:48 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 18 Jan 2015 20:48:14 +0000
(22:48 +0200)
projects/sgconf_xml/build
patch
|
blob
|
history
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"