We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/works/yewtify$ cargo build Compiling yewtify v0.0.0 (/home/xxxx/works/yewtify) error: failed to run custom build command for yewtify v0.0.0 (/home/xxxx/works/yewtify)
yewtify v0.0.0 (/home/xxxx/works/yewtify)
Caused by: process didn't exit successfully: /home/xxxx/works/yewtify/target/debug/build/yewtify-fe819398fe506c0c/build-script-build (exit code: 1) --- stderr Error: environment variable not found
/home/xxxx/works/yewtify/target/debug/build/yewtify-fe819398fe506c0c/build-script-build
The text was updated successfully, but these errors were encountered:
Yeah, build.rs uses the YEWTIFY_OUT environment variable, but this is not set for a plain cargo build. See also: https://github.com/yewstack/yewtify/blob/master/build.rs#L13
build.rs
YEWTIFY_OUT
cargo build
It is set in examples/yewtify--example/run.sh but I also cannot get that to work.
examples/yewtify--example/run.sh
Sorry, something went wrong.
No branches or pull requests
~/works/yewtify$ cargo build
Compiling yewtify v0.0.0 (/home/xxxx/works/yewtify)
error: failed to run custom build command for
yewtify v0.0.0 (/home/xxxx/works/yewtify)
Caused by:
process didn't exit successfully:
/home/xxxx/works/yewtify/target/debug/build/yewtify-fe819398fe506c0c/build-script-build
(exit code: 1)--- stderr
Error: environment variable not found
The text was updated successfully, but these errors were encountered: