]> git.stg.codes - stg.git/blobdiff - projects/sgconv/build
Fix build on Darwin.
[stg.git] / projects / sgconv / build
index 676bf74ef4614fb3ce2b20767e27c2012c27ea63..3eb6e033dc30a70cd5de6aa43c52b56ed44582ba 100755 (executable)
@@ -56,7 +56,7 @@ if [ "$sys" = "Darwin" ]
 then
     OS=darwin
     ETC_DIR="./inst/freebsd/etc/stargazer"
-    MAKE="gmake"
+    MAKE="make"
 fi
 
 if [ "$OS" = "unknown" ]