Skip to content

Commit

Permalink
Minor update to build-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed Jan 6, 2019
1 parent b6d39ab commit 03aab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
DIR=$BUILD/$PLATFORM/$VER
BIN=$DIR/$NAME

TAGS="most sqlite_app_armor sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json1 sqlite_stat4 sqlite_userauth sqlite_vtable"
TAGS="most sqlite_app_armor sqlite_fts5 sqlite_introspect sqlite_json1 sqlite_stat4 sqlite_userauth sqlite_vtable"

case $PLATFORM in
windows)
Expand All @@ -30,7 +30,7 @@ case $PLATFORM in
;;

linux|darwin)
TAGS="$TAGS no_adodb"
TAGS="$TAGS sqlite_icu no_adodb"
;;
esac

Expand Down

0 comments on commit 03aab3f

Please sign in to comment.