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

Missing proper documentation on how to cross compile with dub #460

Open
crazymonkyyy opened this issue Apr 23, 2020 · 2 comments
Open

Missing proper documentation on how to cross compile with dub #460

crazymonkyyy opened this issue Apr 23, 2020 · 2 comments

Comments

@crazymonkyyy
Copy link

As far as I can tell https://wiki.dlang.org/Cross-compiling_with_LDC#Cross-compiling_with_dub is all the information that exist, so when you run into issues, you can only grasp at straws.

@Geod24 Geod24 changed the title cross compiling requires documentation Missing proper documentation on how to cross compile with dub Apr 24, 2020
@Geod24
Copy link
Member

Geod24 commented Apr 24, 2020

CC @kinke

@kinke
Copy link

kinke commented Apr 24, 2020

As far as dub itself is concerned, its only job is to forward the --arch target triple to all LDC invocations (as -mtriple) [besides figuring correct file extensions etc. for the target], so most potential issues arise from an inadequate LDC setup. - Slightly extending the dub cmdline help or whatever can be done by anyone, just like updating the Wiki pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants