Skip to content

Commit

Permalink
try relativev copy path toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyMinucci committed Sep 16, 2024
1 parent b588d79 commit 4770f35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject_cibw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ before-build = [
"cd build",
"cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON ..",
"cmake --build . --config Release",
"cp liblibvpop.so /home/runner/work/pybeepop/pybeepop/lib",
"mv -f /home/runner/work/pybeepop/pybeepop/lib/liblibvpop.so /home/runner/work/pybeepop/pybeepop/lib/beepop_linux_test.so",
"pwd",
"cp liblibvpop.so ../../pybeepop/lib",
"mv -f ../../pybeepop/lib/liblibvpop.so ../../pybeepop/lib/beepop_linux_test.so",
]

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 4770f35

Please sign in to comment.