-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
fixes freebsd platform triplet name #2773
Conversation
Added a platform mapping to make it easier for the future |
arch = configurations.arch(arch) | ||
|
||
plat = configurations.plat(plat) | ||
arch = configurations.arch(arch) |
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.
incorrect indent
end | ||
arch = configurations.arch(arch) | ||
plat = configurations.plat(plat) | ||
arch = configurations.arch(arch) |
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.
and here
end | ||
arch = configurations.arch(arch) | ||
plat = configurations.plat(plat) | ||
arch = configurations.arch(arch) |
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.
here
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.
already fixed in b65703e
Use freebsd for the triplet instead of bsd