diff --git a/win_build.bat b/win_build.bat index ffd487a..be458fe 100644 --- a/win_build.bat +++ b/win_build.bat @@ -9,7 +9,7 @@ git clone https://github.com/php/php-src.git && cd php-src call phpsdk_deps --update --branch master -if (%SOURCE_DIR%)==() (git clone --recursive https://github.com/awslabs/aws-crt-php.git ..\pecl\awscrt) else (robocopy %SOURCE_DIR% ..\pecl\awscrt /E) +if (%SOURCE_DIR%)==() (git clone --recursive https://github.com/awslabs/aws-crt-php.git ..\pecl\awscrt) else (robocopy %SOURCE_DIR% ..\pecl\awscrt /E /NFL /NDL /NJH /NJS /nc /ns /np) call buildconf