nimbus-build-system/makefiles
Jakub Sokołowski 6b419277aa
hardcode CC to gcc for windows (#52)
Windows doesn't have a `cc` symlnk and this results in build failure:
```
C compiler (cc) not installed. Aborting.
```
Because `?=` operator treats `CC` as already set, since it defaults to `cc`:
https://www.gnu.org/software/make/manual/make.html#Implicit-Variables
2022-10-12 18:28:34 +03:00
..
targets.mk update miniupnp build targets to match their latest version 2022-10-04 19:21:45 +03:00
variables.mk hardcode CC to gcc for windows (#52) 2022-10-12 18:28:34 +03:00