Skip to content

Commit 1276cd4

Browse files
committed
rm hack for macos since it's not working on macos
1 parent 94ee637 commit 1276cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-binary-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set -x # print commands before executing them
3232
pushd src/runtime/c
3333
bash setup.sh configure --prefix="$prefix"
3434
bash setup.sh build
35-
bash setup.sh install prefix="$prefix" # hack required for GF build on macOS
35+
# bash setup.sh install prefix="$prefix" # hack required for GF build on macOS
3636
bash setup.sh install prefix="$destdir$prefix"
3737
popd
3838

0 commit comments

Comments
 (0)