File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments