* 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:
@@ -531,5 +531,5 @@ def NSIS_Installer(target=None, source=None, env=None):
|
||||
data, err = proc.communicate()
|
||||
rv = proc.wait()
|
||||
|
||||
return 0
|
||||
return err
|
||||
|
||||
|
Reference in New Issue
Block a user