Skip to content

Commit

Permalink
rm libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 29, 2024
1 parent a755203 commit 0f5bdf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ name = "make_bitmap"
path = "src/devel/make_bitmap.rs"

[dependencies]
link-cplusplus = { version = "1.0", features = ["libstdc++"] }
geos = { version = "9" }
lazy_static = "1.4"
numpy = { version = "0.21" }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extern crate lazy_static;

// geos-sys needs libc++, probably libstdc++. On Windows Conda builds this hopefully adds the
// correct flags to the linker.
extern crate link_cplusplus;
// extern crate link_cplusplus;

use numpy::{PyArray, PyReadonlyArrayDyn};
use pyo3::prelude::*;
Expand Down

0 comments on commit 0f5bdf7

Please sign in to comment.