Skip to content

Commit

Permalink
fix lib-sdir
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 22, 2024
1 parent c886e10 commit 3fdc8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build_openmm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for %%f in (dist\*.whl) do (
cd %SRC_DIR%\build\python
delvewheel repair ^
-w %cd%\fixed_wheels ^
--lib-sdir=.libs\lib ^
--lib-sdir=.libs ^
----ignore-in-wheel ^
--no-dll OpenCL.dll
if errorlevel 1 exit 1
Expand Down

0 comments on commit 3fdc8b6

Please sign in to comment.