We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf2f8 commit 0bf7a1cCopy full SHA for 0bf7a1c
mk/rt.mk
@@ -211,7 +211,8 @@ $$(LIBUV_LIB_$(1)_$(2)): $$(LIBUV_DEPS)
211
endif
212
213
$$(JEMALLOC_LIB_$(1)_$(2)):
214
- cd $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc; $(S)src/rt/jemalloc/configure --disable-experimental
+ cd $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc; $(S)src/rt/jemalloc/configure \
215
+ --disable-experimental --build=$(CFG_BUILD_TRIPLE) --host=$(1)
216
$$(Q)$$(MAKE) -C $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc
217
218
# These could go in rt.mk or rustllvm.mk, they're needed for both.
0 commit comments