Skip to content
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

Add more support for non-executable crate type? #70

Open
DiscreteTom opened this issue Jun 2, 2023 · 0 comments
Open

Add more support for non-executable crate type? #70

DiscreteTom opened this issue Jun 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DiscreteTom
Copy link

I'm building a DLL file using crate-type = ["cdylib"], but no file is built.

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:

BINARIES="$(cargo read-manifest | jq -r ".targets[] | select(.kind[] | contains(\"bin\")) | .name")"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants