Skip to content

Commit 37ad542

Browse files
committed
Set vsenv as a default build option
1 parent f22c240 commit 37ad542

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ project(
22
'pymt_heatf',
33
'c', 'cython', 'fortran',
44
license: 'MIT',
5+
default_options: [
6+
'vsenv=true',
7+
]
58
)
69

710
py = import('python').find_installation(pure: false)

0 commit comments

Comments
 (0)