setup-dlang icon indicating copy to clipboard operation
setup-dlang copied to clipboard

Support downloading extra architectures for cross compiling

Open WebFreak001 opened this issue 2 years ago • 0 comments

Since with dub we can now easily specify a target triple and LDC comes with many pre-built targets, we can just download them for the user, e.g. apple cross compilation, which already works because of the universal binary:

dub build --arch=arm64-apple-macos --build=release

WebFreak001 avatar Jan 20 '23 22:01 WebFreak001