summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed037d021..aeecf9575 100644
--- a/Makefile
+++ b/Makefile
@@ -208,6 +208,8 @@ else
PKG_CONFIG := $(MINGW_INSTALL_ENV)/bin/pkg-config
else
# Building on Windows
+ CC := gcc
+ PKG_CONFIG :=
endif
else
ifeq ($(TARGET),amiga)