Skip to content

Commit

Permalink
Fix location of Python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 21, 2022
1 parent 23c0dda commit 903cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinca/templates/bld_ament_python.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for /f "usebackq tokens=*" %%a in ('%LIBRARY_PREFIX%') do (

%PYTHON% setup.py install ^
--prefix=%_LIBRARY_PREFIX_PATH% ^
--install-scripts=%_LIBRARY_PREFIX_PATH%\lib ^
--install-scripts=%_LIBRARY_PREFIX_PATH%\lib\%PKG_NAME% ^
--root=%_LIBRARY_PREFIX_ROOT%

if errorlevel 1 exit 1

0 comments on commit 903cd22

Please sign in to comment.