mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/rust: drop reference to HOST_RUST_JEMALLOC_CONF
This variable is no longer used since
4e3be3ae9d ("package/rust: bump version
to 1.33.0")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -65,7 +65,6 @@ define HOST_RUST_CONFIGURE_CMDS
|
||||
echo 'channel = "stable"'; \
|
||||
echo '[target.$(RUSTC_TARGET_NAME)]'; \
|
||||
echo 'cc = "$(TARGET_CROSS)gcc"'; \
|
||||
echo $(HOST_RUST_JEMALLOC_CONF); \
|
||||
) > $(@D)/config.toml
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user