Skip to content

Commit 2c89af4

Browse files
committed
fix incorrect PyO3 config path in Makefile
Signed-off-by: Joel Dice <[email protected]>
1 parent 5040f68 commit 2c89af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target/wasm32-wasi/release/spin_python_engine.wasm: \
1414
crates/spin-python-engine/build.rs \
1515
target/pyo3-config.txt
1616
cd crates/spin-python-engine && \
17-
PYO3_CONFIG_FILE=$$(pwd)/../../target/config.txt \
17+
PYO3_CONFIG_FILE=$$(pwd)/../../target/pyo3-config.txt \
1818
cargo build --release --target=wasm32-wasi
1919

2020
target/pyo3-config.txt: crates/spin-python-engine/pyo3-config.txt

0 commit comments

Comments
 (0)