Skip to content

Commit 003c48c

Browse files
committed
Use new build convention for objects path
1 parent 76578ad commit 003c48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def __init__(self, target, options=None, notify=None):
144144
if self.options:
145145
self.info("Build Options: %s" % (', '.join(self.options)))
146146

147-
self.obj_path = join(target.name, self.name)
147+
self.obj_path = join("TARGET_"+target.name, "TOOLCHAIN_"+self.name)
148148

149149
self.symbols = None
150150
self.labels = None

0 commit comments

Comments
 (0)