mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
common/build-helper/meson: set qmake wrapper path when crosscompiling
This commit is contained in:
parent
8ad4185c29
commit
8943ef47a9
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
|
|||
g-ir-generate = '${XBPS_CROSS_BASE}/usr/bin/g-ir-generate'
|
||||
llvm-config = 'llvm-config-qemu'
|
||||
cups-config = '${XBPS_CROSS_BASE}/usr/bin/cups-config'
|
||||
qmake6 = 'qmake6'
|
||||
qmake5 = 'qmake5'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
|
|
Loading…
Add table
Reference in a new issue