Skip to content

Commit

Permalink
More adjustments for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Oct 14, 2021
1 parent 6fed040 commit 92ccca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/compile-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ gcc \
-DSQLITE_ENABLE_RTREE=1 \
-DSQLITE_ENABLE_STMTVTAB=1 \
-DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION=1 \
-DSQLITE_HAVE_ZLIB=1 \
-DSQLITE_INTROSPECTION_PRAGMAS=1 \
-DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1 \
-DSQLITE_OMIT_DEPRECATED=1 \
Expand Down
2 changes: 1 addition & 1 deletion gen/genBins.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const flags = [
"DSQLITE_USE_URI=1",
];

const winFlags = difference(flags, ["DHAVE_READLINE=1"]);
const winFlags = difference(flags, ["DHAVE_READLINE=1", "DSQLITE_HAVE_ZLIB=1"]);

class Generator extends GenBase {
run() {
Expand Down

0 comments on commit 92ccca7

Please sign in to comment.