Skip to content

Commit fcc4165

Browse files
committed
add -R switch to ode python bindings
1 parent afa310c commit fcc4165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/ode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ build_stages:
2424
handler: bash
2525
bash: |
2626
cd bindings/python
27-
PKG_CONFIG_PATH=../.. ${PYTHON} setup.py install --prefix=${ARTIFACT}
27+
PKG_CONFIG_PATH=../.. ${PYTHON} setup.py build_ext -R ${ARTIFACT}/lib install --prefix=${ARTIFACT}

0 commit comments

Comments
 (0)