mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
build: incdir.sh shouldn't check whether the path exist
since compiler never complain that the path(by -I) doesn't exist Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -98,11 +98,6 @@ if "%1" == "" (
|
||||
goto :End
|
||||
)
|
||||
|
||||
if not exist %1 (
|
||||
echo ERROR: Path %1 does not exist
|
||||
goto :Usage
|
||||
)
|
||||
|
||||
if "%fmt%"=="zds" goto :GenerateZdsPath
|
||||
if "%response%"=="" goto :FirstStdPath
|
||||
if "%pathtype%"=="system" goto :NextStdSystemPath
|
||||
|
||||
Reference in New Issue
Block a user