Fix the indent issue found in build script
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
5d9811a03d
commit
503b4ccf82
@ -37,9 +37,9 @@ endif
|
||||
# we need to fix up the path so the DELIM will match the actual delimiter.
|
||||
|
||||
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
CWD = $(strip ${shell echo %CD% | cut -d: -f2})
|
||||
CWD = $(strip ${shell echo %CD% | cut -d: -f2})
|
||||
else
|
||||
CWD = $(CURDIR)
|
||||
CWD = $(CURDIR)
|
||||
endif
|
||||
|
||||
# Add the static application library to the linked libraries.
|
||||
|
Loading…
x
Reference in New Issue
Block a user