1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-01 23:36:00 +00:00

wording based on Fig's suggestion

This commit is contained in:
ProjectRevoTPP 2021-12-04 15:47:48 -05:00
parent 11ef236b8d
commit 95022f13d9

View file

@ -18,7 +18,7 @@ CPPFLAGS ?=
# ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found. # ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found.
ifneq ($(COMPILER),ido) ifneq ($(COMPILER),ido)
ifeq ($(ORIG_COMPILER),1) ifeq ($(ORIG_COMPILER),1)
$(error ORIG_COMPILER cannot be enabled with IDO not being the compiler. Please check your Makefile variables and try again.) $(error ORIG_COMPILER can only be used with the IDO compiler. Please check your Makefile variables and try again)
endif endif
endif endif