Uh oh!
There was an error while loading. Please reload this page.
Add option to disable spawnv define - #301
Conversation
JorisGoosen
commented
Sep 20, 2023
evanmiller
commented
Sep 20, 2023
I would prefer to have the script detect the platform and do the right behavior, rather than add an option. |
JorisGoosen
commented
Sep 20, 2023
Fair enough, Ill have a look |
5ef8b14 to
93e619aCompareJorisGoosen
commented
Sep 21, 2023
The new configure doesnt require a manual option anymore, I tested it on Mingw x64 and Mingw UCRT x64 and it now configures and compiles on both without a hitch |
evanmiller
commented
Sep 21, 2023
There's probably a cleaner way to do this with autconf (see https://stackoverflow.com/questions/46704731/check-value-of-c-define-with-autoconf) but this seems good enough for now, thanks |
JorisGoosen
commented
Sep 21, 2023
Ah yeah that SO answer looks cleaner for sure, but thanks for merging it anyway. It will make our build process much smoother. |
Helps UCRT mingw users workaround the problem mentioned in #300