From b6cfab9c6ad36f8e873c24cb2cab0c5d7ad3892b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 4 Oct 2005 13:25:06 +0000 Subject: [PATCH] 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 --- Scripts/release.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/release.py b/Scripts/release.py index dd7f9375..220ab4b9 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -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)