Fix the file_to_object example

This commit is contained in:
Thomas Nagy 2020-11-19 07:40:28 +01:00
parent 81bb79ab3d
commit b7c7ffccab
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',