diff options
Diffstat (limited to 'utils/MTP/Makefile')
-rw-r--r-- | utils/MTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/Makefile b/utils/MTP/Makefile index 63e7b3adf5..9cbacd85d6 100644 --- a/utils/MTP/Makefile +++ b/utils/MTP/Makefile @@ -8,7 +8,7 @@ $(OUTPUT): sendfirm.c gcc $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c $(OUTPUT).exe: sendfirm_win.c - gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll + mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll clean: rm -f $(OUTPUT) |