1
0
Fork 0
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:
Kenichi Ishigaki 2009-04-09 05:51:29 +00:00
parent 0345d49e65
commit 364c029aac

View file

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