mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Changelog: https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md#422---04102023 PR: 274355
11 lines
589 B
Text
11 lines
589 B
Text
--- Makefile.orig 2023-10-04 17:50:14 UTC
|
|
+++ Makefile
|
|
@@ -388,7 +388,7 @@ check-capi:
|
|
|
|
|
|
build-wasmer:
|
|
- $(CARGO_BINARY) build $(CARGO_TARGET_FLAG) --release --manifest-path lib/cli/Cargo.toml $(compiler_features) --bin wasmer --locked
|
|
+ RUSTFLAGS+="-L native=%%LOCALBASE%%/lib" $(CARGO_BINARY) build $(CARGO_TARGET_FLAG) --release --manifest-path lib/cli/Cargo.toml $(compiler_features) --bin wasmer --locked
|
|
|
|
build-wasmer-jsc:
|
|
$(CARGO_BINARY) build $(CARGO_TARGET_FLAG) --release --manifest-path lib/cli/Cargo.toml --no-default-features --features="jsc,wat" --bin wasmer --locked
|