Skip to content

Commit b658fd3

Browse files
Merge pull request #57 from isuruf/typo
Fix typo
2 parents 99fa557 + bbc2112 commit b658fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_dependencies_unix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if [ $USE_GMP = "gmp" ]; then
118118
--enable-fat\
119119
--enable-shared=yes\
120120
--enable-static=no\
121-
--host=$HOSTARG
121+
--host=$HOST_ARG
122122
make -j3
123123
make install
124124
cd ..

0 commit comments

Comments
 (0)