Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Always compile with gcc
Browse files Browse the repository at this point in the history
This avoids the problem where the cc.exe of *MSys2* would be picked to
compile Git Cheetah in Git for Windows 2.x' SDK because there is no
MinGW cc.exe.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 24, 2015
1 parent e79ef19 commit 9bff02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/Makefile
@@ -1,6 +1,8 @@
ifneq (,$(W64))
cross = /src/mingw-w64/sysroot/bin/x86_64-w64-mingw32-
CC = $(cross)gcc.exe
else
CC = gcc
endif

MODULES=debug.c exec.c menuengine.c cheetahmenu.c date.c \
Expand Down

0 comments on commit 9bff02b

Please sign in to comment.