We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a618a1 commit 22d59ffCopy full SHA for 22d59ff
build.ps1
@@ -35,10 +35,10 @@ if($clean_install) {
35
Remove-Item -Path "$scriptPath\install" -Force -Recurse -ErrorAction Ignore
36
}
37
38
-if($standalone) {}
39
- & "python3 $SCRIPTPATH\src\scripts\metadata_generator.py" --standalone
+if($standalone) {
+ & "python" $SCRIPTPATH\src\scripts\metadata_generator.py --standalone
40
} else {
41
- & "python3 $SCRIPTPATH\src\scripts\metadata_generator.py"
+ & "python" $SCRIPTPATH\src\scripts\metadata_generator.py
42
43
44
& "$scriptPath\src\ros2cs\build.ps1" @options
0 commit comments