From 69581a7aae0d69d9e4809e441180c5d41d763014 Mon Sep 17 00:00:00 2001 From: Nick Hynes Date: Sat, 2 Mar 2024 18:38:35 +0800 Subject: [PATCH] Fix SQLite amalgamation build on macOS --- build/BUILD.sqlite3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BUILD.sqlite3 b/build/BUILD.sqlite3 index 31ece3c3f7b..4946b25e243 100644 --- a/build/BUILD.sqlite3 +++ b/build/BUILD.sqlite3 @@ -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.