default fortran lib to static so windows can be tested
This commit is contained in:
parent
051e5e0e35
commit
902d0e579e
|
@ -1,5 +1,6 @@
|
|||
project('Fortran calling C', 'fortran', 'c',
|
||||
meson_version: '>= 0.51.0')
|
||||
meson_version: '>= 0.51.0',
|
||||
default_options : ['default_library=static'])
|
||||
|
||||
ccid = meson.get_compiler('c').get_id()
|
||||
if ccid == 'msvc' or ccid == 'clang-cl'
|
||||
|
|
Loading…
Reference in New Issue