Skip to content

Commit 98b7dac

Browse files
committed
[修复] 修复scons脚本生成错误.
1 parent 3360a3c commit 98b7dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/template-sconscript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ cwd = GetCurrentDir()
1919
src = []
2020
inc = []
2121

22-
name = {{name}}
23-
version = {{version}}
22+
name = "{{name}}"
23+
version = "{{version}}"
2424

2525
# print debug info
2626
# print(name + '-' + version)

0 commit comments

Comments
 (0)