Skip to content

Commit e2b248a

Browse files
committed
Correct percent printing
1 parent dd54f7b commit e2b248a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ def compile_sources(self, resources, build_path, inc_dirs=None):
760760
'chroot': self.CHROOT
761761
})
762762
else:
763+
self.compiled += 1
763764
objects.append(object)
764765

765766
# Use queues/multiprocessing if cpu count is higher than setting

0 commit comments

Comments
 (0)