From f9a9ffe1ef6b34ba340750041ce2fa85b574b482 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 14:25:06 -0800 Subject: [PATCH] call for every other bat --- win_build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win_build.bat b/win_build.bat index 21c96c3..2cbfbf0 100644 --- a/win_build.bat +++ b/win_build.bat @@ -14,8 +14,8 @@ call phpsdk_deps --update --branch master robocopy %SOURCE_DIR% ..\pecl\awscrt /E -buildconf +call buildconf -configure --enable-cli --with-openssl --enable-awscrt=shared +call configure --enable-cli --with-openssl --enable-awscrt=shared -nmake \ No newline at end of file +call nmake \ No newline at end of file