summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4b2318f..e313923 100644
--- a/wscript
+++ b/wscript
@@ -88,7 +88,7 @@ def build(bld):
bld.install_files('${INCLUDEDIR}/raul', bld.path.ant_glob('raul/*.h'))
# Pkgconfig file
- dict = {}
+ 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)