diff deita/BUILD @ 168:f3084bca7317

[Misc] Fixed all errors and all tests should pass now.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:29:02 -0800
parents ae6a88e6e484
children
line wrap: on
line diff
--- a/deita/BUILD	Mon Jan 19 16:28:45 2026 -0800
+++ b/deita/BUILD	Mon Jan 19 16:29:02 2026 -0800
@@ -14,8 +14,8 @@
   ],
   deps = [
     "//dowa:dowa",
+    "//third_party/sqlite3:sqlite3",
   ],
-  linkopts = ["-lsqlite3"],
   visibility = ["//visibility:public"],
 )