diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -96,7 +96,8 @@ def build(bld): dict = {'RAUL_PC_LIBS': ' '} if Options.platform == 'darwin': dict = {'RAUL_PC_LIBS': '-framework CoreServices'} - autowaf.build_pc(bld, 'RAUL', RAUL_VERSION, 'GLIB GTHREAD', subst_dict=dict) + autowaf.build_pc(bld, 'RAUL', RAUL_VERSION, '', + 'GLIB GTHREAD', subst_dict=dict) lib_source = ''' src/Configuration.cpp |