Skip to content

Commit baddb4e

Browse files
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 5b94dcb + 456c516 commit baddb4e

File tree

3 files changed

+296
-278
lines changed

3 files changed

+296
-278
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if test "$PHP_XLSWRITER" != "no"; then
102102

103103
PHP_NEW_EXTENSION(xlswriter, $xls_writer_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
104104

105-
PHP_ADD_INCLUDE([$ext_builddir])
106-
PHP_ADD_INCLUDE([$ext_builddir/include])
105+
PHP_ADD_INCLUDE([$srcdir])
106+
PHP_ADD_INCLUDE([$srcdir/include])
107107

108108
PHP_ADD_BUILD_DIR([$ext_builddir/kernel])
109109
PHP_ADD_BUILD_DIR([$ext_builddir/library/src])

0 commit comments

Comments
 (0)