From 662cc3414e483f447f53a5dddf35a339fd110f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=9C=AB?= Date: Tue, 18 Aug 2020 17:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=98=AF8=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fffb56d..cfeb233 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ echo "开始编译" mkdir -p build qmake src/one-cuter.pro -spec linux-g++ CONFIG+=qtquickcompiler -o build/ cd build/ -make +make -j8 cd .. echo "编译完成" echo "-------------------" -- Gitee