File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ rt/$(1)/stage$(2)/arch/$$(HOST_$(1))/libmorestack.a: $$(MORESTACK_OBJ_$(1)_$(2))
149149 $$(Q )$(AR_$(1 ) ) rcs $$@ $$<
150150
151151rt/$(1 ) /stage$(2 ) /$(CFG_RUNTIME_$(1 ) ) : $$(RUNTIME_OBJS_$(1 ) _$(2 ) ) $$(MKFILE_DEPS ) \
152- $$(RUNTIME_DEF_$(1 ) _$(2 ) ) $$(LIBUV_LIB_$(1 ) _$(2 ) )
152+ $$(RUNTIME_DEF_$(1 ) _$(2 ) ) $$(LIBUV_LIB_$(1 ) _$(2 ) ) $$( JEMALLOC_LIB_ $( 1 ) _ $( 2 ) )
153153 @$$(call E, link: $$@ )
154154 $$(Q )$$(call CFG_LINK_CXX_$(1 ) ,$$@ , $$(RUNTIME_OBJS_$(1 ) _$(2 ) ) \
155- $$(CFG_GCCISH_POST_LIB_FLAGS_$(1 ) ) $$(LIBUV_LIB_$(1 ) _$(2 ) ) \
155+ $$(JEMALLOC_LIB_ $( 1 ) _ $( 2 ) ) $$( CFG_GCCISH_POST_LIB_FLAGS_$(1 ) ) $$(LIBUV_LIB_$(1 ) _$(2 ) ) \
156156 $$(CFG_LIBUV_LINK_FLAGS_$(1 ) ) ,$$(RUNTIME_DEF_$(1 ) _$(2 ) ) ,$$(CFG_RUNTIME_$(1 ) ) )
157157
158158# FIXME: For some reason libuv's makefiles can't figure out the
You can’t perform that action at this time.
0 commit comments