Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: use mingw-nuwen instead of stock gcc
Avoids issues with Windows builds like: ``` gcc -Os -Wall -W -Wstrict-prototypes -DNDEBUG -D_WIN32_WINNT=0x501 -Iinclude -I. -o wingenminiupnpcstrings.exe wingenminiupnpcstrings.c process_begin: CreateProcess(NULL, gcc -Os -Wall -W -Wstrict-prototypes -DNDEBUG -D_WIN32_WINNT=0x501 -Iinclude -I. -o wingenminiupnpcstrings.exe w ingenminiupnpcstrings.c, ...) failed. make (e=2): The system cannot find the file specified. ``` status-im/infra-nimbus#132 (comment) Signed-off-by: Jakub Sokołowski <jakub@status.im>
- Loading branch information