xbps-src: llvm-config wrapper

This commit is contained in:
Daniel Martinez
2024-11-21 16:47:21 -05:00
committed by classabbyamp
parent 0e30ca2814
commit c71768affd
3 changed files with 18 additions and 4 deletions

View File

@@ -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