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'm building a DLL file using crate-type = ["cdylib"], but no file is built.
DLL
crate-type = ["cdylib"]
Here is the log:
::info:: Switching to src dir "" ::info:: Installing additional linkers ::info:: Setting up toolchain info: downloading component 'rust-std' for 'x86_64-pc-windows-gnu' info: installing component 'rust-std' for 'x86_64-pc-windows-gnu'
Might be caused by here:
rust-build.action/build.sh
Line 73 in 7d5b0c1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm building a
DLL
file usingcrate-type = ["cdylib"]
, but no file is built.Here is the log:
Might be caused by here:
rust-build.action/build.sh
Line 73 in 7d5b0c1
The text was updated successfully, but these errors were encountered: