From 98b7dacb725ac90e13401e6a5edda10939b364ca Mon Sep 17 00:00:00 2001 From: liu2guang <1004383796@qq.com> Date: Mon, 17 Sep 2018 14:30:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E4=BF=AE=E5=A4=8Dscons?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=94=9F=E6=88=90=E9=94=99=E8=AF=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template-sconscript.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/template-sconscript.txt b/template/template-sconscript.txt index 30943f9..72f0dd4 100644 --- a/template/template-sconscript.txt +++ b/template/template-sconscript.txt @@ -19,8 +19,8 @@ cwd = GetCurrentDir() src = [] inc = [] -name = {{name}} -version = {{version}} +name = "{{name}}" +version = "{{version}}" # print debug info # print(name + '-' + version)