1
0
Fork 0
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:
Kenichi Ishigaki 2015-04-16 17:58:50 +09:00
parent f1b3d389cd
commit 663e6e1ff4

View file

@ -236,7 +236,7 @@ if (DEVELOPER_ONLY) {
if ( $^O eq 'cygwin') {
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/ ) {
push @CC_DEFINE, '-DHAVE_USLEEP=1';