Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Peter Hüwe
platformio-cypress_psco6
Commits
8e55bf25
Commit
8e55bf25
authored
Sep 28, 2021
by
Stefan Hackenberg
Browse files
Fix unpacking for windows
parent
653eade8
Changes
1
Hide whitespace changes
Inline
Side-by-side
builder/main.py
View file @
8e55bf25
...
...
@@ -142,5 +142,5 @@ Default([target_buildprog, target_size])
env
.
AddCustomTarget
(
'Unpack Mbed OS'
,
None
,
'cd mbedos
;
$AR x mbedos.lib'
,
'cd mbedos
&&
$AR x mbedos.lib'
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment