Fix out of sources tree (#117)

This commit is contained in:
Remi Collet
2024-10-23 09:55:52 -07:00
committed by GitHub
parent d71d9906c7
commit ca53fa4933
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -26,5 +26,6 @@ if test "$PHP_AWSCRT" != "no"; then
# Sources for the PHP extension itself
AWSCRT_SOURCES=ext/awscrt.c
PHP_NEW_EXTENSION(awscrt, $AWSCRT_SOURCES, $ext_shared)
PHP_ADD_BUILD_DIR($ext_builddir/ext)
PHP_ADD_MAKEFILE_FRAGMENT
fi