Slight Makefile update
Change TARGET_N64 ?= to TARGET_N64 =
This commit is contained in:
parent
bd6f66b542
commit
9e12c65766
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ COMPARE ?= 1
|
||||||
# If NON_MATCHING is 1, define the NON_MATCHING and AVOID_UB macros when building (recommended)
|
# If NON_MATCHING is 1, define the NON_MATCHING and AVOID_UB macros when building (recommended)
|
||||||
NON_MATCHING ?= 1
|
NON_MATCHING ?= 1
|
||||||
# Sane default until N64 build scripts rm'd
|
# Sane default until N64 build scripts rm'd
|
||||||
TARGET_N64 ?= 0
|
TARGET_N64 = 0
|
||||||
|
|
||||||
# Build and optimize for Raspberry Pi(s)
|
# Build and optimize for Raspberry Pi(s)
|
||||||
TARGET_RPI ?= 0
|
TARGET_RPI ?= 0
|
||||||
|
|
Loading…
Reference in New Issue