Skip to content

Commit 8130f3f

Browse files
committed
Script: modify build_depend.sh to lxqt-build-tools
1 parent 80e7813 commit 8130f3f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Script/build_depend.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -851,11 +851,11 @@ 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 -eq 1 ]; then
855-
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
856-
else
857-
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
858-
fi
854+
# if [ $MACOS -eq 1 ]; then
855+
# sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
856+
# else
857+
# sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
858+
# fi
859859
popd
860860
cmake -E make_directory $BUILD_DEPEND_DIR/lxqt-build-tools
861861
pushd $BUILD_DEPEND_DIR/lxqt-build-tools

0 commit comments

Comments
 (0)