Skip to content

Commit

Permalink
Fix SQLite amalgamation build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Mar 2, 2024
1 parent 059e4f3 commit 69581a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BUILD.sqlite3
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ genrule(
# would also construct tclsqlite3.c, but we don't use that
# file, so we don't bother building it.
+ "&& pushd $(RULEDIR)/build >/dev/null "
+ "&& tclsh tool/mksqlite3c.tcl "
+ "&& HOME='' tclsh tool/mksqlite3c.tcl "
+ "&& popd >/dev/null "

# Copy the outputs somewhere that Bazel will find them.
Expand Down

0 comments on commit 69581a7

Please sign in to comment.