mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt: armv6h bits
This commit is contained in:
parent
e05da623fd
commit
f01f661019
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ build() {
|
|||
sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" mkspecs/common/gcc-base-unix.conf
|
||||
sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf
|
||||
|
||||
if [ "${CARCH}" = "armv7h" ]; then
|
||||
if [ "${CARCH}" = "armv6h" -o "${CARCH}" = "armv7h" ]; then
|
||||
mymakeflags="-j2"
|
||||
else
|
||||
mymakeflags="-j1"
|
||||
|
|
Loading…
Reference in a new issue