Skip to content

Commit 2ee84e6

Browse files
committed
fix
1 parent d047108 commit 2ee84e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/genExamples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
os.system(f"rm {toolchain_url.split('/')[-1]}")
9898

9999
# Copy pico-vscode.cmake to ~/.pico-sdk/cmake/pico-vscode.cmake
100+
os.makedirs(os.path.expanduser("~/.pico-sdk/cmake"), exist_ok=True)
100101
shutil.copy(
101102
f"{os.path.dirname(os.path.realpath(__file__))}/pico-vscode.cmake",
102103
os.path.expanduser("~/.pico-sdk/cmake/pico-vscode.cmake"),

0 commit comments

Comments
 (0)