Quick makefile change.
This commit is contained in:
parent
c9b241a7b6
commit
858ff1d64f
windows
|
@ -11,5 +11,5 @@ else ifeq ($(ARCH),386)
|
||||||
CC = i686-w64-mingw32-gcc
|
CC = i686-w64-mingw32-gcc
|
||||||
RC = i686-w64-mingw32-windres
|
RC = i686-w64-mingw32-windres
|
||||||
else ifneq ($(ARCH),default)
|
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
|
endif
|
||||||
|
|
Loading…
Reference in New Issue