Open MichalStrehovsky opened 1 year ago
We're currently limited to Windows host because I was lazy to write the clang shim batch file in Bash.
https://github.com/MichalStrehovsky/PublishAotCross/blob/8fbc8fad1c943228c191c998d3995e5d300f7741/src/clang.cmd#L1-L26
Windows host is also guarded here:
https://github.com/MichalStrehovsky/PublishAotCross/blob/8fbc8fad1c943228c191c998d3995e5d300f7741/src/PublishAotCross.targets#L4
I managed to get Linux to Windows cross-compilation working via msvc-wine; may I file a PR for that? demo: https://github.com/scgm0/NativeAotTest
msvc-wine
We're currently limited to Windows host because I was lazy to write the clang shim batch file in Bash.
https://github.com/MichalStrehovsky/PublishAotCross/blob/8fbc8fad1c943228c191c998d3995e5d300f7741/src/clang.cmd#L1-L26
Windows host is also guarded here:
https://github.com/MichalStrehovsky/PublishAotCross/blob/8fbc8fad1c943228c191c998d3995e5d300f7741/src/PublishAotCross.targets#L4