Fix building packaged PHP extension

pull/9727/head
Michele Locati 3 years ago
parent feef319e85
commit f0936d26e1
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
  1. 1
      php/ext/google/protobuf/config.m4

@ -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

Loading…
Cancel
Save