Skip to content

Commit 225f647

Browse files
committed
changed case for linux builds
1 parent 6d63e9d commit 225f647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ name = "libmathcat_py"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies.MathCAT]
16-
path = "../MathCAT/"
16+
path = "../mathcat/"
1717

1818
[dependencies.pyo3]
1919
version = "0.15.1"
2020
features = ["extension-module", "abi3"]
2121

2222
# 32 bit target stable-i686-pc-windows-msvc
2323
# if changing to building 32 bit python version, change .cargo/config.toml
24-
# along with changing env variable PYO3_PYTHON
24+
# along with changing env variable PYO3_PYTHON

0 commit comments

Comments
 (0)