Commit Graph

6 Commits

Author SHA1 Message Date
Robbert van der Helm c05040d98b Link with -mconsole instead of -mwindows
Not sure why it even worked with -mwindows, but this is the correct
linking option for the `main()` entry point.
2020-12-10 18:01:11 +01:00
Robbert van der Helm 02d0898a23 Move linking arguments in cross-wine.conf
Putting these in [properties] has been deprecated as of Meson 0.56.0.
2020-11-11 16:12:43 +01:00
Robbert van der Helm ebe1a9c649 Set the pkgconfig binary name in cross file #31
Without this you can't cross compile on Fedora 32, not sure why this is
needed since it worked fine on earlier versions and pkg-config seems to
get detected correctly on any other distro.
2020-08-16 18:09:11 +02:00
Robbert van der Helm 36f3866692 Reword the explanation in the wiengcc cross file 2020-04-30 20:02:56 +02:00
Robbert van der Helm 4e2b8345ab Add a link to Meson's multiple cross builds issue 2020-04-29 19:36:20 +02:00
Robbert van der Helm c9060e984d Add another flag for enabling a bit bridge build 2020-04-29 16:55:47 +02:00