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 4bc3aec commit 6727abaCopy full SHA for 6727aba
meson.build
@@ -2,6 +2,10 @@ project('pydatastructs', 'cpp',
2
version : '1.0.1-dev',
3
default_options : ['cpp_std=c++17'])
4
5
+if host_machine.system() == 'windows'
6
+ add_project_arguments('/MD', language: 'cpp')
7
+endif
8
+
9
python = import('python').find_installation(pure: false)
10
11
subdir('pydatastructs')
0 commit comments