mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Cygwin threadex symbol issue with SQLite 3.8.[78] was fixed with SQLite 3.8.9
This commit is contained in:
parent
f1b3d389cd
commit
663e6e1ff4
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ if (DEVELOPER_ONLY) {
|
||||||
|
|
||||||
if ( $^O eq 'cygwin') {
|
if ( $^O eq 'cygwin') {
|
||||||
push @CC_DEFINE, '-DSQLITE_TEMP_STORE=2';
|
push @CC_DEFINE, '-DSQLITE_TEMP_STORE=2';
|
||||||
push @CC_DEFINE, '-DTHREADSAFE=0';
|
# push @CC_DEFINE, '-DTHREADSAFE=0'; # requires this for 3.8.7-8
|
||||||
}
|
}
|
||||||
if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) {
|
if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) {
|
||||||
push @CC_DEFINE, '-DHAVE_USLEEP=1';
|
push @CC_DEFINE, '-DHAVE_USLEEP=1';
|
||||||
|
|
Loading…
Add table
Reference in a new issue