mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Update default flags for python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ if __name__=='__main__':
|
||||
## If the file is run directly without any parameters, build and install
|
||||
if len(sys.argv)==1:
|
||||
#sys.argv += ['build_ext','--inplace']
|
||||
sys.argv += ['build','--compiler=mingw32','install']
|
||||
sys.argv += ['clean','build','install']
|
||||
# sys.argv += ['build','install']
|
||||
#sys.argv += ['install']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user