Fix Makefile if

This commit is contained in:
Chord 2016-07-25 01:18:14 -04:00
parent b14d67f123
commit 7dbf15eeae

View file

@ -20,8 +20,10 @@ ifeq "$(ARCH)" ""
endif
endif
ifeq "$(OS)" ""
$(error "Unable to determine operating system")
ifeq "$(OS1)" ""
ifeq "$(OS2)" ""
$(error "Unable to determine operating system")
endif
endif
# Consolidate the GCC architecture value.