Skip to content

Commit 9077bec

Browse files
committed
adding Build position-independent
1 parent d0da3e5 commit 9077bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('quaddtype2', 'c', 'cpp', default_options : ['cpp_std=c++17'], b_pie=true)
1+
project('quaddtype2', 'c', 'cpp', default_options : ['cpp_std=c++17'], b_pie : true)
22

33
py_mod = import('python')
44
py = py_mod.find_installation()

0 commit comments

Comments
 (0)