Re: Cross-compiler targeting macOS

2021-04-07 Thread Guillaume Piolat via Digitalmars-d-announce
On Wednesday, 7 April 2021 at 12:24:40 UTC, Jacob Carlborg wrote: # Docker LDC Darwin I would like to announce a new project I'm working on: docker-ldc-darwin [1]. The project consists of a Dockerfile for building a Docker image which has all the necessary tools to cross-compile D application

Re: Cross-compiler targeting macOS

2021-04-07 Thread H. S. Teoh via Digitalmars-d-announce
On Wed, Apr 07, 2021 at 12:24:40PM +, Jacob Carlborg via Digitalmars-d-announce wrote: > # Docker LDC Darwin > > I would like to announce a new project I'm working on: > docker-ldc-darwin [1]. The project consists of a Dockerfile for > building a Docker image which has all the necessary tools

Cross-compiler targeting macOS

2021-04-07 Thread Jacob Carlborg via Digitalmars-d-announce
# Docker LDC Darwin I would like to announce a new project I'm working on: docker-ldc-darwin [1]. The project consists of a Dockerfile for building a Docker image which has all the necessary tools to cross-compile D applications targeting macOS x86-64. ## Features * Uses Apple's ld64 linker