Skip to content

Commit b7fd6d2

Browse files
committed
[rebase] native tool deps fix
1 parent b0761ba commit b7fd6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/target.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CRATE_FULLDEPS_$(1)_T_$(2)_H_$(3)_$(4) := \
3939
$$(foreach dep,$$(NATIVE_DEPS_$(4)_T_$(2)), \
4040
$$(RT_OUTPUT_DIR_$(2))/$$(dep)) \
4141
$$(foreach dep,$$(NATIVE_TOOL_DEPS_$(4)_T_$(2)), \
42-
$$(TBIN$(1)_T_$(2)_H_$(3))/$$(dep)) \
42+
$$(TBIN$(1)_T_$(3)_H_$(3))/$$(dep)) \
4343
$$(CUSTOM_DEPS_$(4)_T_$(2))
4444
endef
4545

0 commit comments

Comments
 (0)