From 78f2fa362e62e2a618679f90ebd9f06c1f90cead Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 21:32:57 -0800 Subject: [PATCH] forgot ext --- Makefile.frag.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index b37987b..441abcd 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)\php_openssl.dll >> php-win.ini - @echo extension=$(PHP_PREFIX)\php_mbstring.dll >> php-win.ini + @echo extension=$(PHP_PREFIX)\ext\php_openssl.dll >> php-win.ini + @echo extension=$(PHP_PREFIX)\ext\php_mbstring.dll >> php-win.ini