mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix build when the pecl module is part of the php source tree
This commit is contained in:
parent
360fbc09b7
commit
17264461f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if (PHP_PDO_SQLITE != "no") {
|
|||
FSO.CopyFile(configure_module_dirname + "\\sqlite\\src\\sqlite_config.w32.h",
|
||||
configure_module_dirname + "\\sqlite\\src\\config.h");
|
||||
|
||||
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I ..\\pecl /I" + configure_module_dirname);
|
||||
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I pecl /I ..\\pecl /I" + configure_module_dirname);
|
||||
ADD_SOURCES(configure_module_dirname + "/sqlite/src",
|
||||
"attach.c auth.c btree.c build.c date.c delete.c expr.c func.c hash.c insert.c \
|
||||
legacy.c main.c os_mac.c os_unix.c os_win.c pager.c pragma.c printf.c random.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue