Tool defaults for windows host

svn path=/trunk/netsurf/; revision=11458
This commit is contained in:
John Mark Bell 2011-01-23 00:32:57 +00:00
parent 9ccb9227c8
commit c873d789dc
1 changed files with 2 additions and 0 deletions

View File

@ -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)