We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f03bc commit bade77dCopy full SHA for bade77d
1 file changed
Script/build_depend.sh
@@ -851,7 +851,7 @@ if [ $QTERMWIDGET -eq 1 ]; then
851
git clone --branch 2.3.0 --depth=1 https://github.com/lxqt/lxqt-build-tools.git
852
fi
853
pushd lxqt-build-tools
854
- if [ $MACOS -nq 1 ]; then
+ if [ $MACOS -ne 1 ]; then
855
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
856
857
popd
0 commit comments