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:
Andrew Brown
2022-04-11 07:07:58 -07:00
committed by GitHub
parent 1bf0c8c220
commit 0c7885cc05
3 changed files with 10 additions and 12 deletions

View File

@@ -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