Skip to content

Commit

Permalink
Add build directories fix ice/framework#271
Browse files Browse the repository at this point in the history
  • Loading branch information
mruz committed Nov 20, 2020
1 parent dbc3942 commit 04e4e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/ZendEngine3/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if test "$PHP_%PROJECT_UPPER%" = "yes"; then
AC_DEFINE(HAVE_%PROJECT_UPPER%, 1, [Whether you have %PROJECT_CAMELIZE%])
%PROJECT_LOWER%_sources="%PROJECT_LOWER_SAFE%.c kernel/main.c kernel/memory.c kernel/exception.c kernel/debug.c kernel/backtrace.c kernel/object.c kernel/array.c kernel/string.c kernel/fcall.c kernel/require.c kernel/file.c kernel/operators.c kernel/math.c kernel/concat.c kernel/variables.c kernel/filter.c kernel/iterator.c kernel/time.c kernel/exit.c %FILES_COMPILED% %EXTRA_FILES_COMPILED%"
PHP_NEW_EXTENSION(%PROJECT_LOWER%, $%PROJECT_LOWER%_sources, $ext_shared,, %PROJECT_EXTRA_CFLAGS%)
PHP_ADD_BUILD_DIR([$ext_builddir/kernel/])
PHP_ADD_BUILD_DIR([$ext_builddir/%PROJECT_LOWER%/])
PHP_SUBST(%PROJECT_UPPER%_SHARED_LIBADD)

old_CPPFLAGS=$CPPFLAGS
Expand Down

0 comments on commit 04e4e10

Please sign in to comment.