Skip to content

Commit adfcf2c

Browse files
committed
Exporters - .build dir for progen as output dir
1 parent 4ac9644 commit adfcf2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/exporters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def progen_get_project_data(self):
6464
'includes': {
6565
'Include Files': self.resources.headers,
6666
},
67+
'build_dir':'.build',
6768
'target': [TARGET_MAP[self.target].progen['target']],
6869
'macros': self.get_symbols(),
6970
'export_dir': [self.inputDir],

0 commit comments

Comments
 (0)