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 cross-compilation setup for C/C++ #37

Merged
merged 1 commit into from
Dec 18, 2024
Merged

🐛 Fix cross-compilation setup for C/C++ #37

merged 1 commit into from
Dec 18, 2024

Conversation

abbec
Copy link
Member

@abbec abbec commented Dec 13, 2024

  • Use tools from pkgsBuildBuild where appropriate. Many of these tools do not actually care about targetPlatform so getting them from pkgsBuildBuild makes sure that we do not need to rebuild them when cross compiling.

  • Fix doxygen output requiring name. pname is now also correctly accepted.

@abbec abbec force-pushed the c-cross branch 4 times, most recently from 2c1edb2 to 9c78ffa Compare December 18, 2024 09:26
@abbec abbec force-pushed the c-cross branch 8 times, most recently from 2fc98cc to 3f5429a Compare December 18, 2024 14:45
- Use tools from `pkgsBuildBuild` where appropriate.
  Many of these tools do not actually care about targetPlatform
  so getting them from pkgsBuildBuild makes sure that we do
  not need to rebuild them when cross compiling.

- Fix doxygen output requiring `name`. `pname` is now also
  correctly accepted.
@abbec abbec merged commit d826f60 into main Dec 18, 2024
7 checks passed
@abbec abbec deleted the c-cross branch December 18, 2024 15:03
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