You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can workaround this by running cargo rustc -- -L /usr/local/opt/libupnp/lib and launching foxbox via ./target/debug/foxbox. But I cannot use cargo build or cargo run or any script that uses these commands (i.e. npm run test-selenium).
The text was updated successfully, but these errors were encountered:
I am getting this build error with latest master
I have libupnp installed via brew.
I can workaround this by running
cargo rustc -- -L /usr/local/opt/libupnp/lib
and launching foxbox via./target/debug/foxbox
. But I cannot usecargo build
orcargo run
or any script that uses these commands (i.e.npm run test-selenium
).The text was updated successfully, but these errors were encountered: