diff options
-rwxr-xr-x | waf | bin | 87718 -> 87343 bytes | |||
-rw-r--r-- | wscript | 3 |
2 files changed, 2 insertions, 1 deletions
Binary files differ @@ -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 |