Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 1, 2024
1 parent a586135 commit 0dba85b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/build_openmm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ for %%f in (dist\*.whl) do (
lib\plugins\OpenMMDrudeCUDA.dll
if errorlevel 1 exit 1
cd %SRC_DIR%\build\python
move %%f fixed_wheels\
set "fname=%%f"
move %fname% fixed_wheels\%fname:~0,-7%win_amd64.whl
if errorlevel 1 exit 1
)

Expand Down

0 comments on commit 0dba85b

Please sign in to comment.