get the full path of the extension

This commit is contained in:
Dengke Tang
2023-02-23 21:26:42 -08:00
parent 4718d07921
commit f098c102f0
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -27,3 +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