Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere authored Jan 23, 2025
1 parent bd4f103 commit 5f9ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake --build build --target simmit --config Release
cmake --install build
if errorlevel 1 exit 1

xcopy /s /i %SRC_DIR%/simcoon-python-builder/build/lib/simmit.pyd %SRC_DIR%/python-setup/simcoon/simmit.pyd
xcopy /s /i %SRC_DIR%/simcoon-python-builder/build/lib/simmit.pyd %SRC_DIR%/python-setup/simcoon/
python -m pip install %SRC_DIR%/python-setup

if errorlevel 1 exit 1

0 comments on commit 5f9ba19

Please sign in to comment.