mirror of
https://github.com/php/php-src.git
synced 2024-12-13 20:05:26 +08:00
install mysqlnd headers to allow shared build of extensions
This commit is contained in:
parent
c95fa280ed
commit
c764995c8e
@ -22,6 +22,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
|
||||
|
||||
PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no)
|
||||
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
|
||||
PHP_INSTALL_HEADERS([ext/mysqlnd/])
|
||||
|
||||
dnl Windows uses config.w32 thus this code is safe for now
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user