no need for log_dir='..' for scons call of special build
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4301 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
059c23f608
commit
b6cfab9c6a
1 changed files with 1 additions and 2 deletions
|
@ -263,8 +263,7 @@ def create_special_build(name, option):
|
|||
run(
|
||||
scons_line + 'PREFIX=%s\\%s %s install-compiler install-stubs' % (os.getcwd(), name, option),
|
||||
name,
|
||||
'creation of %s special build failed' % name,
|
||||
log_dir = '..'
|
||||
'creation of %s special build failed' % name
|
||||
)
|
||||
|
||||
os.chdir(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue