Skip to content

Commit

Permalink
Fix #5, Compile project fails on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Mar 31, 2024
1 parent 21a1709 commit fd476eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects, debugger,
}},
"problemMatcher": "$gcc",
"windows": {{
"command": "{ninjaPath.replace(user_home, "${env:USERPROFILE}") if use_home_var else ninjaPath}"
"command": "{ninjaPath.replace(user_home, "${env:USERPROFILE}") if use_home_var else ninjaPath}.exe"
}}
}}
]
Expand Down

0 comments on commit fd476eb

Please sign in to comment.