We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa310c commit fcc4165Copy full SHA for fcc4165
1 file changed
pkgs/ode.yaml
@@ -24,4 +24,4 @@ build_stages:
24
handler: bash
25
bash: |
26
cd bindings/python
27
- PKG_CONFIG_PATH=../.. ${PYTHON} setup.py install --prefix=${ARTIFACT}
+ PKG_CONFIG_PATH=../.. ${PYTHON} setup.py build_ext -R ${ARTIFACT}/lib install --prefix=${ARTIFACT}
0 commit comments