Quick makefile change.

This commit is contained in:
Pietro Gagliardi 2015-10-17 10:22:43 -04:00
parent c9b241a7b6
commit 858ff1d64f
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ else ifeq ($(ARCH),386)
CC = i686-w64-mingw32-gcc
RC = i686-w64-mingw32-windres
else ifneq ($(ARCH),default)
$(error [FAIL] unknown architecture $(ARCH))
$(error [FAIL] unknown architecture $(ARCH) for Windows build; I need to know which compiler to invoke)
endif