mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
resolved #80344
This commit is contained in:
parent
b73cb71794
commit
3189a6700d
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ if ($^O eq 'darwin') {
|
|||
}
|
||||
push @CC_DEFINE, '-DSQLITE_ENABLE_LOCKING_STYLE=0';
|
||||
}
|
||||
if ($^O eq 'aix') {
|
||||
push @CC_DEFINE, '-DSQLITE_DISABLE_DIRSYNC';
|
||||
}
|
||||
|
||||
my @CC_OPTIONS = (
|
||||
INC => join( ' ', @CC_INC ),
|
||||
|
|
Loading…
Add table
Reference in a new issue