Generate cantera.pc and Cantera.mak when using MinGW
This commit is contained in:
parent
710393308d
commit
4e68860165
2 changed files with 2 additions and 2 deletions
|
|
@ -1362,7 +1362,7 @@ if env['python_package'] == 'minimal':
|
|||
|
||||
SConscript('build/src/apps/SConscript')
|
||||
|
||||
if env['OS'] != 'Windows':
|
||||
if env['CC'] != 'cl':
|
||||
VariantDir('build/platform', 'platform/posix', duplicate=0)
|
||||
SConscript('build/platform/SConscript')
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ localenv = env.Clone()
|
|||
### Generate customized scripts ###
|
||||
|
||||
# 'setup_cantera'
|
||||
if localenv['layout'] != 'debian':
|
||||
if localenv['layout'] != 'debian' and env['OS'] != 'Windows':
|
||||
v = sys.version_info
|
||||
|
||||
def copy_var(target, source, env):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue