diff --git a/playground/embedded_resources/wscript b/playground/embedded_resources/wscript index 3a872cbd..b21e9f7b 100644 --- a/playground/embedded_resources/wscript +++ b/playground/embedded_resources/wscript @@ -24,6 +24,7 @@ def build(bld): name='example', source='main.c', features='file_to_object', + includes_nodes=[], ) bld( target = 'app',