cksiow
cksiow
MModular
Created by Osama-Logic on 9/11/2023 in #questions
How to build windows exe ?
@Osama-Logic I think you must set --target-triple to x86_64-pc-win32 instead of x86_64-w64-mingw32, in fact you can set "x86_64-w64-mingw", "x86_64-w64-ming" etc, it will compile and for what i can see is mojo will fallback to default (linux) if --target-triple cannot be found
40 replies