Skip to content

Commit bc4799c

Browse files
author
Jorge Aparicio
committed
fix QEMU_LD_PREFIX
1 parent f5c1c6f commit bc4799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ case $TARGET in
2626
;;
2727
mips-unknown-linux-gnu)
2828
export PREFIX=mips-unknown-linux-gnu-
29-
export QEMU_LD_PREFIX=/usr/mips-unknown-linux-gnu
29+
export QEMU_LD_PREFIX=/usr/mips-unknown-linux-gnu/sysroot
3030
;;
3131
esac

0 commit comments

Comments
 (0)