armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
7 stars 4 forks source link

Target code self-signing done by a generic post-build step #22

Closed treeswift closed 1 year ago

treeswift commented 1 year ago

New core MXE features:

New packages:

New dependencies:

treeswift commented 1 year ago

Setting -j to anything greater breaks the build because the generated Makefile contains implicit dependencies. Was the case with the MXE 7.0.0 version of OpenSSL too.

pahaze commented 1 year ago

Ah, gotcha. Happens with a lot of projects for some reason, at least from what I've noticed