Skip to content

Commit bade77d

Browse files
committed
Script: modify build_depend.sh
1 parent 12f03bc commit bade77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ if [ $QTERMWIDGET -eq 1 ]; then
851851
git clone --branch 2.3.0 --depth=1 https://github.com/lxqt/lxqt-build-tools.git
852852
fi
853853
pushd lxqt-build-tools
854-
if [ $MACOS -nq 1 ]; then
854+
if [ $MACOS -ne 1 ]; then
855855
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
856856
fi
857857
popd

0 commit comments

Comments
 (0)