Skip to content

Commit 78d1285

Browse files
committed
fix for OOS build in config.m4. closes gh-55
1 parent 51dcd77 commit 78d1285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.m4

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PHP_ARG_WITH(tarantool, for tarantool support,
33
[ --with-tarantool Enable tarantool support])
44

55
if test "$PHP_TARANTOOL" != "no"; then
6-
PHP_ADD_INCLUDE([$ext_builddir/src/third_party])
76
PHP_NEW_EXTENSION(tarantool, \
87
src/tarantool.c \
98
src/tarantool_msgpack.c \
@@ -16,4 +15,6 @@ if test "$PHP_TARANTOOL" != "no"; then
1615
src/third_party/base64.c \
1716
src/third_party/PMurHash.c \
1817
, $ext_shared)
18+
PHP_ADD_BUILD_DIR([$ext_builddir/src/])
19+
PHP_ADD_BUILD_DIR([$ext_builddir/src/third_party])
1920
fi

0 commit comments

Comments
 (0)