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:
kichik 2005-10-04 13:25:06 +00:00
parent 059c23f608
commit b6cfab9c6a

View file

@ -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)