git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix build on Darwin.
[stg.git]
/
projects
/
rscriptd
/
build
diff --git
a/projects/rscriptd/build
b/projects/rscriptd/build
index a2926ed005c65ecf197efa20f4ff2835273352e0..8c12e5279ce5af7b9ae02aeba01944bb24ddb157 100755
(executable)
--- a/
projects/rscriptd/build
+++ b/
projects/rscriptd/build
@@
-55,7
+55,7
@@
if [ "$sys" = "Darwin" ]
then
OS=darwin
ETC_DIR="./inst/freebsd/etc/stargazer"
- MAKE="
g
make"
+ MAKE="make"
fi
if [ "$OS" = "unknown" ]
@@
-95,7
+95,6
@@
else
then
DEFS="$DEFS -DDARWIN"
LIB_THREAD=-lpthread
- LIBICONV=""
else
LIB_THREAD=-lc_r
fi