Skip to content

Commit

Permalink
No musl :(
Browse files Browse the repository at this point in the history
libloading wants to load glibc python
  • Loading branch information
konstin committed Mar 25, 2024
1 parent 0f2b11b commit b30e207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python_plus_plus"
version = "0.0.10"
version = "0.0.11"
edition = "2021"
authors = ["konstin <[email protected]>"]
repository = "https://github.com/konstin/python_plus_plus"
Expand Down Expand Up @@ -45,7 +45,7 @@ cargo-dist-version = "0.12.0"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# CI backends to support
ci = ["github"]
# Publish jobs to run in CI
Expand Down

0 comments on commit b30e207

Please sign in to comment.