Fix the file_to_object example

This commit is contained in:
Thomas Nagy 2020-11-19 07:40:28 +01:00
parent 86eea788e3
commit 267a61e6f0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ def build(bld):
name='example',
source='main.c',
features='file_to_object',
includes_nodes=[],
)
bld(
target = 'app',