* make sure we link against proper openmp library when using msvc

* return error code from makensis process instead of 0
This commit is contained in:
Nathan Letwory
2008-10-02 06:11:47 +00:00
parent 3659b390bf
commit 59eaf36f97
2 changed files with 5 additions and 2 deletions

View File

@@ -531,5 +531,5 @@ def NSIS_Installer(target=None, source=None, env=None):
data, err = proc.communicate()
rv = proc.wait()
return 0
return err