diff --git a/crates/fuzzing/wasm-spec-interpreter/ocaml/Makefile b/crates/fuzzing/wasm-spec-interpreter/ocaml/Makefile index 4f4ac7bbdd..b2edbe476b 100644 --- a/crates/fuzzing/wasm-spec-interpreter/ocaml/Makefile +++ b/crates/fuzzing/wasm-spec-interpreter/ocaml/Makefile @@ -13,7 +13,7 @@ SPEC_LIB := $(SPEC_BUILD_DIR)/wasm.cmxa # A space-separated list of paths that the linker will use to search for libgmp. # Override with `make LIBGMP_PATHS=...`. -LIBGMP_PATHS := /usr/lib /usr/lib/x86_64-linux-gnu +LIBGMP_PATHS ?= /usr/lib /usr/lib/x86_64-linux-gnu PKGS = zarith