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:
Xiang Xiao
2020-05-22 02:43:08 +08:00
committed by patacongo
parent 1c2e8cbb36
commit 2a2ffe41dd
2 changed files with 0 additions and 13 deletions
-5
View File
@@ -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