Skip to content

Commit

Permalink
Fix building packaged PHP extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 3, 2022
1 parent feef319 commit f0936d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/ext/google/protobuf/config.m4
Expand Up @@ -6,5 +6,6 @@ if test "$PHP_PROTOBUF" != "no"; then
protobuf,
arena.c array.c convert.c def.c map.c message.c names.c php-upb.c protobuf.c third_party/utf8_range/naive.c third_party/utf8_range/range2-neon.c third_party/utf8_range/range2-sse.c,
$ext_shared, , -std=gnu99)
PHP_ADD_BUILD_DIR($ext_builddir/third_party/utf8_range)

fi

0 comments on commit f0936d2

Please sign in to comment.