-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Cflags
emitted by wasmer config --pkg-config
are wrong
#1989
Comments
Also: the libs miss the
|
I believe |
This is the standard release, I didn't build anything on my own. There is another issue here w/ M1 Macs, their libffi doesn't have the |
exec_prefix=/Users/jubianchi.wasm/.wasmer/bin includedir=/Users/jubianchi.wasm/.wasmer/include libdir=/Users/jubianchi.wasm/.wasmer/lib Name: wasmer Description: The Wasmer library for running WebAssembly Version: 1.0.2 Cflags: -I/Users/jubianchi.wasm/.wasmer/include/wasmer Libs: -L/Users/jubianchi.wasm/.wasmer/lib -lwasmer are now correct Closes #1989
Describe the bug
When running
wasmer config
, the-I
in the cflags are incorrect. The include path (-I
) adds an additionalwasmer
to the end.This is on BS macOS ARM, but I suppose it doesn't matter.
Steps to reproduce
wasmer config --pkg-config
Expected behavior
The cflags should be:
Actual behavior
The cflags are:
This directory does not exist.
The text was updated successfully, but these errors were encountered: