Move Cargo config from Cargo.toml

This commit is contained in:
Wilson Lin 2020-01-19 17:06:46 +11:00
parent b9974e626b
commit 5c1b618610
2 changed files with 5 additions and 6 deletions

5
python/.cargo/config Normal file
View File

@ -0,0 +1,5 @@
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

View File

@ -14,9 +14,3 @@ hyperbuild = "0.0.20"
[dependencies.pyo3]
version = "0.9.0-alpha.1"
features = ["extension-module"]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]