Skip to content

Commit 22d59ff

Browse files
committed
Windows build script fixed
1 parent 3a618a1 commit 22d59ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ if($clean_install) {
3535
Remove-Item -Path "$scriptPath\install" -Force -Recurse -ErrorAction Ignore
3636
}
3737

38-
if($standalone) {}
39-
& "python3 $SCRIPTPATH\src\scripts\metadata_generator.py" --standalone
38+
if($standalone) {
39+
& "python" $SCRIPTPATH\src\scripts\metadata_generator.py --standalone
4040
} else {
41-
& "python3 $SCRIPTPATH\src\scripts\metadata_generator.py"
41+
& "python" $SCRIPTPATH\src\scripts\metadata_generator.py
4242
}
4343

4444
& "$scriptPath\src\ros2cs\build.ps1" @options

0 commit comments

Comments
 (0)