<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello fellow Swift users,<div class=""><br class=""></div><div class="">I’m encountering some problems and I wish to know if anyone here has ever come across something similar.</div><div class=""><br class=""></div><div class="">In essence, I want to cross-compile a Swift Project on macOS to run it on Linux. I’m using the following command to (try) to do so:</div><div class=""><br class=""></div><div class=""><font color="#ff2600" class="">swift build -c release --build-path ./.build/linux -Xswiftc -static-stdlib -Xswiftc -target -Xswiftc x86_64-unknown-linux-gnu&nbsp;</font></div><div class=""><font color="#ff2600" class=""><br class=""></font></div><div class="">The “target” parameter is passing to the “swiftc” program just fine. The problem is that it is overwritten by a “target” parameter added automatically by swift-build (that sets the target as the same arch/OS as the host machine)</div><div class=""><br class=""></div><div class="">How can I prevent that? Is it possible to cross-compile for Linux on macOS?</div><div class=""><br class=""></div><div class="">Thanks in advance,</div><div class=""><div class=""><div class="">Rafael Costa</div><div class=""><a href="mailto:rafael@rafaelcosta.me" class="">rafael@rafaelcosta.me</a></div><div class=""><br class=""></div><br class="Apple-interchange-newline">

</div>

<br class=""></div></body></html>