Typo. No idea why local build worked.
This commit is contained in:
parent
251e52e0c5
commit
38f0a2e992
1 changed files with 2 additions and 2 deletions
4
mk/rt.mk
4
mk/rt.mk
|
@ -105,11 +105,11 @@ RUNTIME_OBJS_$(1) := $$(RUNTIME_CS_$(1):rt/%.cpp=rt/$(1)/%.o) \
|
|||
$$(RUNTIME_S_$(1):rt/%.S=rt/$(1)/%.o)
|
||||
RUNTIME_LIBS_$(1) := $$(LIBUV_LIB_$(1))
|
||||
|
||||
rt/$(1)/%.o: rt/%.cpp RUNTIME_HDR_$(1) $$(MKFILE_DEPS)
|
||||
rt/$(1)/%.o: rt/%.cpp $$(RUNTIME_HDR_$(1)) $$(MKFILE_DEPS)
|
||||
@$$(call E, compile: $$@)
|
||||
$$(Q)$$(call CFG_COMPILE_C_$(1), $$@, $$(RUNTIME_INCS_$(1))) $$<
|
||||
|
||||
rt/$(1)/%.o: rt/%.S RUNTIME_HDR_$(1) $$(MKFILE_DEPS) \
|
||||
rt/$(1)/%.o: rt/%.S $$(RUNTIME_HDR_$(1)) $$(MKFILE_DEPS) \
|
||||
$$(LLVM_CONFIG_$$(CFG_HOST_TRIPLE))
|
||||
@$$(call E, compile: $$@)
|
||||
$$(Q)$$(call CFG_ASSEMBLE_$(1),$$@,$$<)
|
||||
|
|
Loading…
Add table
Reference in a new issue