aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-15 19:42:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-15 19:42:16 +0000
commitc4975ab2b6144cefda7967927c94044d75498e56 (patch)
tree0adb32c68ca745c746ff2295491dfc31dd64246d /packages/win32_inno
parent695dd7ca2cccb31b1ff4b35aa6f257f52dc9db63 (diff)
set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder how this worked before
svn path=/trunk/; revision=11777
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-xpackages/win32_inno/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index 5ea87754..ab2eb938 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -3,6 +3,7 @@
#
all: install
+export CC = gcc
CWD := $(shell pwd)
DESTDIR = $(CWD)/build