Add -fPIE to installed executables

Fixes #570
This commit is contained in:
Wim Taymans 2021-01-13 19:40:37 +01:00
parent 514836eebe
commit c9354c238f
6 changed files with 17 additions and 0 deletions

View file

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