meson: use global b_pie to build PIE executables

This commit is contained in:
Wim Taymans 2021-01-14 16:29:32 +01:00
parent a6433b0839
commit abe73c9146
7 changed files with 1 additions and 17 deletions

View file

@ -193,6 +193,5 @@ if sndfile_dep.found()
link_with : [ audioconvert, test_lib ],
dependencies : [sndfile_dep, mathlib],
install : true,
pie : true,
)
endif