use True/False instead of 1/0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0536d2a029
commit
9929eb7120
5 changed files with 19 additions and 19 deletions
|
@ -22,4 +22,4 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin')
|
||||
|
||||
BuildPlugin(target, files, libs, docs = docs, cppused = 1)
|
||||
BuildPlugin(target, files, libs, docs = docs, cppused = True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue