Skip to content

Conversation

@blutorange
Copy link
Contributor

Fix build for Windows environment

mkdir command in Windows does not have a -p option. Creating the parents seems unnecessary, as the parent folder is the project root and that should always exist. So I simply removed the -p option.

Windows uses backslashes (\) as the path separator. I replaced backslashes with forward slashes (/) to normalize the paths.

mkdir command in Windows does not have a "-p" option. Creating
the parents seems unnecessary, as the parent folder is the project
root and that should always exist. So simply remove the "-p" option.

Windows uses backslashes as the path separator. Replace backslash
with forward slash to normalize the paths.
@nao-pon nao-pon merged commit 788daa2 into Studio-42:master Aug 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants