Skip to content

Commit cab88e6

Browse files
author
Jorge Aparicio
committed
only x86-ish targets can use an unprefixed nm
1 parent 7280206 commit cab88e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ case $1 in
3737
thumb*)
3838
PREFIX=arm-none-eabi-
3939
;;
40-
*-unknown-linux-gnu | *-apple-darwin)
40+
*86*-*)
4141
PREFIX=
4242
;;
4343
esac

0 commit comments

Comments
 (0)