diff postdog/BUILD @ 111:48f260576059

[PostDog] Rewriting it from scratch as it is unreadable for me.
author June Park <parkjune1995@gmail.com>
date Sun, 04 Jan 2026 06:39:16 -0800
parents 75de5903355c
children d6d578b49a19
line wrap: on
line diff
--- a/postdog/BUILD	Sat Jan 03 21:16:17 2026 -0800
+++ b/postdog/BUILD	Sun Jan 04 06:39:16 2026 -0800
@@ -6,6 +6,7 @@
   srcs = ["main.c"],
   deps = [
     "//third_party/raylib:raylib",
+    "//dowa:dowa"
   ],
   linkopts_macos = [
     "-framework CoreVideo",
@@ -22,6 +23,7 @@
     "-ldl",
     "-lrt",
     "-lX11",
+    "-lcurl",
   ],
   static = True
 )