mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qscintilla-qt5: fix build
This commit is contained in:
parent
6a4d29cf5b
commit
adecc29f2c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ post_configure() {
|
||||||
ppc64*) _qt_arch=power64;;
|
ppc64*) _qt_arch=power64;;
|
||||||
ppc*) _qt_arch=power;;
|
ppc*) _qt_arch=power;;
|
||||||
esac
|
esac
|
||||||
qmake_args="-qtconf ${wrksrc}/qt.conf
|
qmake_args="-qtconf ${wrksrc}/src/qt.conf
|
||||||
PKG_CONFIG_EXECUTABLE=${XBPS_WRAPPERDIR}/${PKG_CONFIG}"
|
PKG_CONFIG_EXECUTABLE=${XBPS_WRAPPERDIR}/${PKG_CONFIG}"
|
||||||
fi
|
fi
|
||||||
cd ../designer
|
cd ../designer
|
||||||
|
|
Loading…
Add table
Reference in a new issue