Skip to content

Commit

Permalink
cargo dist: Disable static library installation
Browse files Browse the repository at this point in the history
Looks to be broke on Windows:

axodotdev/cargo-dist#1356
  • Loading branch information
penberg committed Aug 22, 2024
1 parent 1c2d8a1 commit 9e16385
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ repository = "https://github.com/penberg/limbo"
cargo-dist-version = "0.21.0"
# CI backends to support
ci = "github"
# Which kinds of built libraries to include in the final archives
package-libraries = "cstaticlib"
# Which kinds of packaged libraries to install
install-libraries = "cstaticlib"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
Expand Down

0 comments on commit 9e16385

Please sign in to comment.