We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ee637 commit 1276cd4Copy full SHA for 1276cd4
bin/build-binary-dist.sh
@@ -32,7 +32,7 @@ set -x # print commands before executing them
32
pushd src/runtime/c
33
bash setup.sh configure --prefix="$prefix"
34
bash setup.sh build
35
-bash setup.sh install prefix="$prefix" # hack required for GF build on macOS
+# bash setup.sh install prefix="$prefix" # hack required for GF build on macOS
36
bash setup.sh install prefix="$destdir$prefix"
37
popd
38
0 commit comments