xbps-src: llvm-config wrapper
This commit is contained in:

committed by
classabbyamp

parent
0e30ca2814
commit
c71768affd
@@ -5,7 +5,7 @@ fi
|
||||
|
||||
vtargetrun() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
"/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static" "$@"
|
||||
"/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}" "$@"
|
||||
else
|
||||
"$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user