Bug 1903167 - Remove remains from the WASM_LIBRARY target. r=firefox-build-system-reviewers,nalexander

The target was removed in bug 1735455.

Differential Revision: https://phabricator.services.mozilla.com/D214058
This commit is contained in:
Mike Hommey 2024-06-18 03:29:28 +00:00
parent 27c2f01a58
commit c2c8a213f6

View File

@ -14,13 +14,6 @@ PROGRAMS_TARGET := target
INSTALL_TARGETS += PROGRAMS
endif
ifdef WASM_LIBRARY
WASM_LIBRARY_FILES = $(WASM_LIBRARY)
WASM_LIBRARY_DEST ?= $(FINAL_TARGET)
WASM_LIBRARY_TARGET = target
INSTALL_TARGETS += WASM_LIBRARY
endif
ifneq (,$(strip $(HOST_SIMPLE_PROGRAMS)))
HOST_PROGRAMS_EXECUTABLES = $(HOST_SIMPLE_PROGRAMS) $(HOST_RUST_PROGRAMS)
HOST_PROGRAMS_DEST ?= $(DIST)/host/bin