add ActionManager::get_actions() to fetch all actions created in ActionGroups with...
[ardour.git] / libs / libltc / wscript
index 8cf7bb6389d9e2f32f54502410b5c6013b93c8fa..fde888c4262e2fd322bbc52958967a36f6b1720d 100644 (file)
@@ -43,7 +43,7 @@ def build(bld):
          )
 
     bld.stlib (source = ['ltc.c', 'timecode.c', 'encoder.c', 'decoder.c'],
-               cflags = [ '-fPIC' ],
+               cflags = [ bld.env['compiler_flags_dict']['pic'] ],
                includes = ['.'],
                target = 'libltc',
                use    = 'libltc_includes'