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
|`copyLibs`| When true, the resulting binaries are copied to `$out/lib`. <br/> Note: this relies on cargo's `--message-format` argument, set in the default `cargoBuildOptions`. Default: `false`|
|`copyLibs`| When true, the resulting binaries are copied to `$out/lib`. <br/> Note: this relies on cargo's `--message-format` argument, set in the default `cargoBuildOptions`. Default: `false`|
no that does not help. like I said, it does build a .rlib file as it seems it removes the whole [lib] block I specified .
copyLibs would indeed copy .rlib. but I did not want a .rlib, I wanted a .so file.
Might be related to #263
Having a Cargo.toml like the following:
However looking in
dummy-src
the Cargo.toml now suddenly is:Removing the whole
[lib]
block andcrate-type
. This results in NOT building a ".so" file but a ".rlib" file.The text was updated successfully, but these errors were encountered: