KDiff3: fix build for secondary arch

This commit is contained in:
Gerasim Troeglazov
2017-11-22 22:22:15 +10:00
parent b39c8e2e13
commit d5131c6655

View File

@@ -49,7 +49,7 @@ BUILD()
{
mkdir -p build
cd build
qmake$secondaryArchSuffix CONFIG+=release ../src-QT4/kdiff3.pro
qmake CONFIG+=release ../src-QT4/kdiff3.pro
make $jobArgs
}