get the full path of the extension

This commit is contained in:
Dengke Tang
2023-02-27 15:38:04 -08:00
parent 047d3d20c1
commit 65e179fc72
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -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)\ext\php_mbstring.dll >> php-win.ini
@echo extension=$(PHP_PREFIX)\php_openssl.dll >> php-win.ini
@echo extension=$(PHP_PREFIX)\php_mbstring.dll >> php-win.ini