mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: resolved #44876; applied a patch
This commit is contained in:
parent
0345d49e65
commit
364c029aac
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ my @CC_INC = (
|
|||
'-I$(DBI_INSTARCH_DIR)',
|
||||
);
|
||||
if ( $sqlite_inc ) {
|
||||
push @INC, "-I$sqlite_inc";
|
||||
push @CC_INC, "-I$sqlite_inc";
|
||||
}
|
||||
|
||||
my @CC_DEFINE = (
|
||||
|
|
Loading…
Add table
Reference in a new issue