Skip to content

Commit

Permalink
Use new docker buildx actions, hacky fix foir 386, 386 dumpmachine re…
Browse files Browse the repository at this point in the history
…turns 686

Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Mar 21, 2021
1 parent d00acf1 commit 14f23de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/check-gmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check-gmp.sh by Timothy Redaelli ([email protected])

# i386 dumpmachine returns i686-linux-gnu
echo $(gcc -dumpmachine)
echo "$(gcc -dumpmachine)"
[ -f /usr/include/"$(gcc -dumpmachine)"/gmp.h ] ||
[ -f /usr/include/i386-linux-gnu/gmp.h ] ||
[ -f /usr/include/gmp.h ] ||
Expand Down

0 comments on commit 14f23de

Please sign in to comment.