]> git.stg.codes - stg.git/blobdiff - projects/rscriptd/build
Fix build on Darwin.
[stg.git] / projects / rscriptd / build
index a2926ed005c65ecf197efa20f4ff2835273352e0..8c12e5279ce5af7b9ae02aeba01944bb24ddb157 100755 (executable)
@@ -55,7 +55,7 @@ if [ "$sys" = "Darwin" ]
 then
     OS=darwin
     ETC_DIR="./inst/freebsd/etc/stargazer"
-    MAKE="gmake"
+    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