summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/wscript')
-rw-r--r--libs/fluidsynth/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fluidsynth/wscript b/libs/fluidsynth/wscript
index 849c31f301..ebce6efcb4 100644
--- a/libs/fluidsynth/wscript
+++ b/libs/fluidsynth/wscript
@@ -61,7 +61,7 @@ def build(bld):
'src/fluid_settings.c',
'src/fluid_sys.c'
],
- cflags = [ '-fPIC', '-fvisibility=hidden' ],
+ cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden' ],
includes = ['.', 'src/' ],
target = 'libfluidsynth',
use = 'libfluidsynth_includes',