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

fixes freebsd platform triplet name #2773

Merged
merged 3 commits into from
Sep 3, 2022
Merged

Conversation

noeffn
Copy link
Contributor

@noeffn noeffn commented Sep 3, 2022

Use freebsd for the triplet instead of bsd

@noeffn
Copy link
Contributor Author

noeffn commented Sep 3, 2022

Added a platform mapping to make it easier for the future

arch = configurations.arch(arch)

plat = configurations.plat(plat)
arch = configurations.arch(arch)
Copy link
Member

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)
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already fixed in b65703e

@waruqi waruqi merged commit 900b749 into xmake-io:dev Sep 3, 2022
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