From 5a5db9eef377685ece249239a65c23f01912632a Mon Sep 17 00:00:00 2001 From: az13js <1654602334@qq.com> Date: Tue, 29 Sep 2020 17:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80configure=E4=B8=ADWindows/GNU?= =?UTF-8?q?=20Linux=E5=88=A4=E6=96=AD=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 008d0b4..ea01dc5 100644 --- a/configure +++ b/configure @@ -13,7 +13,7 @@ fi echo 'initialize configure' echo '---------------------------------------------' -if [ -d C:/Windows/System32 ] +if [ "$name" != "Linux" ] then mkdir -p product/win/lib mkdir -p product/win/dll -- Gitee