mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
common/build-helper/qmake6: correct TargetSpec path
This commit is contained in:
parent
8943ef47a9
commit
47a4c0877b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ HostBinaries=/usr/lib/qt6/bin
|
||||||
HostLibraries=/usr/lib
|
HostLibraries=/usr/lib
|
||||||
HostLibraryExecutables=/usr/lib/qt6/libexec
|
HostLibraryExecutables=/usr/lib/qt6/libexec
|
||||||
Spec=linux-g++
|
Spec=linux-g++
|
||||||
TargetSpec=$XBPS_WRAPPERDIR/target-spec/linux-g++
|
TargetSpec=$XBPS_WRAPPERDIR/qt6/target-spec/linux-g++
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
# create the qmake-wrapper here because it only
|
# create the qmake-wrapper here because it only
|
||||||
|
|
Loading…
Add table
Reference in a new issue