Skip to content

Commit 69581a7

Browse files
committed
Fix SQLite amalgamation build on macOS
1 parent 059e4f3 commit 69581a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/BUILD.sqlite3

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ genrule(
283283
# would also construct tclsqlite3.c, but we don't use that
284284
# file, so we don't bother building it.
285285
+ "&& pushd $(RULEDIR)/build >/dev/null "
286-
+ "&& tclsh tool/mksqlite3c.tcl "
286+
+ "&& HOME='' tclsh tool/mksqlite3c.tcl "
287287
+ "&& popd >/dev/null "
288288

289289
# Copy the outputs somewhere that Bazel will find them.

0 commit comments

Comments
 (0)