mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 23:05:31 -04:00
Remove empty ?= assignments
This commit is contained in:
@@ -15,9 +15,6 @@ ORIG_COMPILER := 0
|
||||
# If COMPILER is "gcc", compile with GCC instead of IDO.
|
||||
COMPILER := ido
|
||||
|
||||
CFLAGS ?=
|
||||
CPPFLAGS ?=
|
||||
|
||||
# ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found.
|
||||
ifneq ($(COMPILER),ido)
|
||||
ifeq ($(ORIG_COMPILER),1)
|
||||
|
||||
Reference in New Issue
Block a user