Skip to content

Commit

Permalink
Try to fix i686-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Mar 27, 2024
1 parent ce105a4 commit a5ed361
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ esac
NM=$(find $(rustc --print sysroot) \( -name llvm-nm -o -name llvm-nm.exe \) )
if [ "$NM" = "" ]; then
NM=${PREFIX}nm
else
default_toolchain=rustup default | cut -d ' ' -f 1
NM=rustup run $default_toolchain $NM
fi

# Look out for duplicated symbols when we include the compiler-rt (C) implementation
Expand Down

0 comments on commit a5ed361

Please sign in to comment.