-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Operating System
Windows 11
Expected Behavior
e init --root= --bootstrap testing
or
e build
should succeed with siso enabled
Actual Behavior
build fails with failed: fork/exec /Users/<user_name>/.electron_build_tools/third_party/depot_tools/bootstrap-2@3_11_8_chromium_35_bin/python3/bin/python3.exe
To Reproduce
run e init --root= --bootstrap testing on Windows
Screenshots
Additional Information
What roughly happens to my understanding:
input: C:/Users/jan/.electron_build_tools/third_party/depot_tools/bootstrap-2@3_11_8_chromium_35_bin/python3/bin/python3.exe
normalize: /Users/jan/.electron_build_tools/third_party/...
result: /Users/jan/... <-- drive letter dropped
One side note: The lectron source code is located on my X: drive, while the build tools are installed on C: . Not sure if this could be a contributor.
Metadata
Metadata
Assignees
Labels
No labels