earlephilhower / mklittlefs

Utility for creating LittleFS images for upload on the ESP8266 and RP2040 Pico
MIT License
159 stars 54 forks source link

Fix MinGW native build #10

Closed earlephilhower closed 4 years ago

earlephilhower commented 4 years ago

windows and win32 were used inconsistently in the makefile. Adjust to use only win32 in build process.

Also, use gcc if no CC supplied by environment.

Fixes #9

earlephilhower commented 4 years ago

Closing since it seems to be something to do w/MinGW guts and this isn't the right spot to fix things...