Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-10-02 10:11:47 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-02 10:11:47 +0400
commit59eaf36f975115ddf048a36b0cdca49deed17df6 (patch)
treec2c9038a7f91091cb06571c94a0789c59fa4ea7a /tools/btools.py
parent3659b390bf028ed08621dea16e10a534fdaaafd8 (diff)
* make sure we link against proper openmp library when using msvc
* return error code from makensis process instead of 0
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 8fb38646432..f094cfbd550 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -531,5 +531,5 @@ def NSIS_Installer(target=None, source=None, env=None):
data, err = proc.communicate()
rv = proc.wait()
- return 0
+ return err