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:
parent
7a234eb71b
commit
75c4611c5e
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue