Add strip to AUDIO variable in Makefile
This commit is contained in:
parent
ec7941b845
commit
171beef6a7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -197,6 +197,7 @@ export T
|
|||
|
||||
# Default audio source: en (English, config/_default_cfg_src_/res/en)
|
||||
AUDIO ?= en
|
||||
AUDIO := $(strip $(AUDIO))
|
||||
# Select audio source
|
||||
AUDIO_FOLDER = config/_default_cfg_src_/res/$(AUDIO)
|
||||
ifeq ($(AUDIO),)
|
||||
|
|
Loading…
Reference in a new issue