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
I tried to make a musl build, but get this error:
mkdir -p build/dynamic rm -f build/dynamic/zenith.nvidia install -m 755 target/release/zenith build/dynamic/zenith.nvidia make[1]: Leaving directory '/tmp/zenith' mkdir -p build/static-bundle install: cannot stat 'build/static/zenith.base': No such file or directory make: *** [Makefile:105: linux-static] Error 1
The text was updated successfully, but these errors were encountered:
Fix for Issue #120
f676260
This should be fixed in master, there wasn't a target in the make file for installing the static build, now there is!
Sorry, something went wrong.
I still get this error.
OK, the regular linux-static build works. Only when NVIDIA is enabled when it fails.
linux-static
Sorry, but is this still an issue? I'm not sure what you mean by the last section there
bvaisvil
No branches or pull requests
I tried to make a musl build, but get this error:
The text was updated successfully, but these errors were encountered: