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 74e2cdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion depends/check-gmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# check-gmp.sh by Timothy Redaelli ([email protected])

# i386 dumpmachine returns i686-linux-gnu
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 74e2cdf

Please sign in to comment.