Replies: 1 comment
-
tested on Ubuntu 22.04 and Ubuntu 24.04
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When compiling in Ubuntu this function gets called fn gen_msvcrt_importlib(sh: &Shell, arch: &str, target: &str, check: bool)
It appends target and calls command:
"clang-cl /c /Zl /GS- /clang:--target={target}-pc-windows-msvc /clang:-o{ucrt_obj} {ucrt_src}"
Is this for Windows compiling? How to change it to Ubuntu, on an Ubuntu computer, and to x86_64-apple-darwin for Apple?
Beta Was this translation helpful? Give feedback.
All reactions