win-llvm icon indicating copy to clipboard operation
win-llvm copied to clipboard

Not really building x86 binaries?

Open dabrahams opened this issue 1 year ago • 3 comments

From looking at the code, I think the things being labeled as x86 binaries are actually x64 binaries; TARGET_CPU doesn't get used for anything but choosing the names of files.

dabrahams avatar Feb 06 '24 22:02 dabrahams

Yes, I believe I just used the original script and just purged some unnecessary stuff and fixed what needed fixing until it worked. I didn't need x86_32 so I didn't fix that.

lerno avatar Feb 07 '24 08:02 lerno

Do you need it to work?

lerno avatar Feb 08 '24 08:02 lerno

No thanks; I have my own setup now, but I thought you should know as many people probably, like me, fork this project thinking they're getting something else.

dabrahams avatar Feb 18 '24 05:02 dabrahams