mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add quotes around APPVERSION to avoid issues when it has spaces.
Change-Id: If281c0e37f56f81cb5dd57e264f82fb32bc08d3b
This commit is contained in:
parent
132fcca4b2
commit
9a84bcfe4b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
# overwrite for releases
|
# overwrite for releases
|
||||||
APPVERSION ?= $(shell $(TOP)/../tools/version.sh ../)
|
APPVERSION ?= $(shell $(TOP)/../tools/version.sh ../)
|
||||||
CFLAGS += -DVERSION=\"$(APPVERSION)\"
|
CFLAGS += -DVERSION=\""$(APPVERSION)"\"
|
||||||
TARGET_DIR ?= $(shell pwd)/
|
TARGET_DIR ?= $(shell pwd)/
|
||||||
|
|
||||||
# use POSIX/C99 printf on windows
|
# use POSIX/C99 printf on windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue