Skip to content

Commit 6727aba

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 4bc3aec commit 6727aba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ project('pydatastructs', 'cpp',
22
version : '1.0.1-dev',
33
default_options : ['cpp_std=c++17'])
44

5+
if host_machine.system() == 'windows'
6+
add_project_arguments('/MD', language: 'cpp')
7+
endif
8+
59
python = import('python').find_installation(pure: false)
610

711
subdir('pydatastructs')

0 commit comments

Comments
 (0)