We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22c240 commit 37ad542Copy full SHA for 37ad542
meson.build
@@ -2,6 +2,9 @@ project(
2
'pymt_heatf',
3
'c', 'cython', 'fortran',
4
license: 'MIT',
5
+ default_options: [
6
+ 'vsenv=true',
7
+ ]
8
)
9
10
py = import('python').find_installation(pure: false)
0 commit comments