1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

(tentatively) set THREADSAFE=0 under Cygwin (#7)

This commit is contained in:
Kenichi Ishigaki 2015-02-17 15:31:39 +09:00
parent 7a234eb71b
commit 75c4611c5e

View file

@ -236,6 +236,7 @@ if (DEVELOPER_ONLY) {
if ( $^O eq 'cygwin') {
push @CC_DEFINE, '-DSQLITE_TEMP_STORE=2';
push @CC_DEFINE, '-DTHREADSAFE=0';
}
if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) {
push @CC_DEFINE, '-DHAVE_USLEEP=1';