We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059e4f3 commit 69581a7Copy full SHA for 69581a7
build/BUILD.sqlite3
@@ -283,7 +283,7 @@ genrule(
283
# would also construct tclsqlite3.c, but we don't use that
284
# file, so we don't bother building it.
285
+ "&& pushd $(RULEDIR)/build >/dev/null "
286
- + "&& tclsh tool/mksqlite3c.tcl "
+ + "&& HOME='' tclsh tool/mksqlite3c.tcl "
287
+ "&& popd >/dev/null "
288
289
# Copy the outputs somewhere that Bazel will find them.
0 commit comments