Moved default AUDIO=en behavior to Makefile instead of build.sh
This commit is contained in:
parent
90cd88f1a8
commit
ec7941b845
2
Makefile
2
Makefile
|
@ -195,6 +195,8 @@ $(error Invalid target: T=$(T))
|
|||
endif
|
||||
export T
|
||||
|
||||
# Default audio source: en (English, config/_default_cfg_src_/res/en)
|
||||
AUDIO ?= en
|
||||
# Select audio source
|
||||
AUDIO_FOLDER = config/_default_cfg_src_/res/$(AUDIO)
|
||||
ifeq ($(AUDIO),)
|
||||
|
|
Loading…
Reference in New Issue