From b5df20208086f2e8a895478c982c3d845b8191af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 01:58:44 +0200 Subject: Fix build as a subproject --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 56a1a964..707fc353 100644 --- a/wscript +++ b/wscript @@ -309,7 +309,7 @@ def build(bld): bld(features = 'c cxx cxxprogram', source = 'src/ingen/ingen.cpp', target = 'ingen', - includes = ['include'], + includes = ['.', 'include'], use = 'libingen', uselib = 'SERD SORD SRATOM RAUL LILV LV2', install_path = '${BINDIR}') @@ -320,7 +320,7 @@ def build(bld): bld(features = 'cxx cxxprogram', source = 'tests/%s.cpp' % i, target = 'tests/%s' % i, - includes = ['include'], + includes = ['.', 'include'], use = 'libingen', uselib = 'SERD SORD SRATOM RAUL LILV LV2', install_path = '', -- cgit v1.2.1