diff options
-rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -152,10 +152,11 @@ def build(bld): bld.add_group() bld_dir = os.path.join(out, APPNAME) - pc_path = os.path.abspath(os.path.join(bld_dir, 'ganv-1.pc')) if not (len(bld.stack_path) > 1): # not top-level bld_dir = out + pc_path = os.path.abspath(os.path.join(bld_dir, 'ganv-1.pc')) + gir = bld( name = 'ganv-gir', source = ganv_source + bld.path.ant_glob('ganv/*.h'), |