From 08c6d8882e40d0279e58325d641a7abead51ca07 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 4 Dec 2016 08:08:02 +0100 Subject: [PATCH] waf-1.9.x support --- tests/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wscript b/tests/wscript index 00c10bb..b00ace5 100644 --- a/tests/wscript +++ b/tests/wscript @@ -12,6 +12,7 @@ def build(waf): features = ['cxx', 'cxxprogram', 'test'] lib = ['nanomsg', 'nanomsgext', 'nnxx'] for f in waf.path.ant_glob('*.cpp'): + f = f.path_from(waf.path) source = str(f) target = str(f)[:-4] conf = copy(waf.env.CXX_CONF_KWARGS)