-
Notifications
You must be signed in to change notification settings - Fork 79
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
deps.ffmpeg: Fix fixup step error on windows #225
Conversation
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me - we'll hopefully not use these for Windows any longer, but as long as we keep cross-compilation as an emergency fallback, it's good to have this fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a space between each commit prefix and the rest of the commit message subject.
deps.ffmpeg: Fix
Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
0ccb0b4
to
c06e6f0
Compare
I've fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Description
Fixed fixup step file path.
Motivation and Context
The scripts failed when I execute them.
How Has This Been Tested?
Successfully built with WSL on my computer.
Types of changes
Checklist: