Gcenx / macOS_Wine_builds

Official Winehq macOS Packages
459 stars 23 forks source link

Include winegcc in the build #66

Closed nanoant closed 9 months ago

nanoant commented 9 months ago

Hi @Gcenx. Would that be possible to include winegcc command that is usually compiled during Wine build also in your distrubution here, so users can build both 64-bit and 32-bit binaries/dlls. I have my own Wine build script that compiles 64-bit Wine on macOS, but to be honest I don't know how to produce hybrid 64+32-bit build on Mac.

I am trying to port setupapi.dll wrapper developed in https://github.com/radiomanV/TL866 to macOS, so I can use TL866 native software on macOS. But I have no clue how I am supposed to generate 32-bit dll there, since I need 32-bit dll running on 64-bit macOS.

Would you mind sharing the script you are using to build Wine here?

Gcenx commented 9 months ago

After taking sometime to think this over it doesn’t make much sense to provide anything outside of install-lib as the packages are aimed at end-users not developers.

To build upstreams wow64 you’d use the following configure argument --enable-archs=i386,x86_64