Skip to content

Commit cb22d51

Browse files
committed
common/build-helper/meson: set qmake wrapper path when crosscompiling
1 parent e44367a commit cb22d51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/build-helper/meson.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
7171
g-ir-generate = '${XBPS_CROSS_BASE}/usr/bin/g-ir-generate'
7272
llvm-config = 'llvm-config-qemu'
7373
cups-config = '${XBPS_CROSS_BASE}/usr/bin/cups-config'
74+
qmake6 = '${XBPS_WRAPPERDIR}/qmake6'
75+
qmake5 = '${XBPS_WRAPPERDIR}/qmake5'
7476
7577
[properties]
7678
needs_exe_wrapper = true

0 commit comments

Comments
 (0)