We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5040f68 commit 2c89af4Copy full SHA for 2c89af4
Makefile
@@ -14,7 +14,7 @@ target/wasm32-wasi/release/spin_python_engine.wasm: \
14
crates/spin-python-engine/build.rs \
15
target/pyo3-config.txt
16
cd crates/spin-python-engine && \
17
- PYO3_CONFIG_FILE=$$(pwd)/../../target/config.txt \
+ PYO3_CONFIG_FILE=$$(pwd)/../../target/pyo3-config.txt \
18
cargo build --release --target=wasm32-wasi
19
20
target/pyo3-config.txt: crates/spin-python-engine/pyo3-config.txt
0 commit comments