Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build for Windows environment #3699

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.
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.

2 participants