fuzz: improve wasm-spec-interpreter documentation, add library path (#4007)
The documentation for the `wasm-spec-interpreter` was not up-to-date, causing some confusion on non-Ubuntu machines. This change adds the correct dependencies to install and includes the `libgmp` path for Fedora by default (i.e., `/lib64`).
This commit is contained in:
@@ -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 /lib64
|
||||
|
||||
PKGS = zarith
|
||||
|
||||
|
||||
Reference in New Issue
Block a user