From 4f0e4ab6e584f522078a7eb3a773accd5e0255d7 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 21:45:38 -0800 Subject: [PATCH] try if it catches the error --- Makefile.frag.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index 441abcd..3090286 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -27,5 +27,5 @@ $(AWSCRT_DIR)\ext\api.h: $(AWSCRT_DIR)\crt\aws-crt-ffi\src\api.h # Get the dll directory to load generate-php-ini: @echo extension=$(BUILD_DIR)\php_awscrt.dll > php-win.ini - @echo extension=$(PHP_PREFIX)\ext\php_openssl.dll >> php-win.ini + @echo extension=$(PHP_PREFIX)\php_openssl.dll >> php-win.ini @echo extension=$(PHP_PREFIX)\ext\php_mbstring.dll >> php-win.ini