support python 3 for building
python 2.6 is no longer supported git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6921 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
09134d125e
commit
80bc65beb1
7 changed files with 26 additions and 16 deletions
|
@ -50,7 +50,7 @@ elif (not msvc) and conf.TryCompile(src_ascpp, '.S'):
|
|||
elif (not msvc) and conf.TryCompile(src_ascpp, '.sx'):
|
||||
files += ['Source/'+filename+'CPP.sx']
|
||||
else:
|
||||
print 'WARNING: System.dll: unable to find assembler for '+filename+'.S'
|
||||
print('WARNING: System.dll: unable to find assembler for '+filename+'.S')
|
||||
conf.Finish()
|
||||
|
||||
BuildPlugin(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue