diff postdog/BUILD @ 152:7387eec8e7f8

[Postdog] Updated to use Seobeo_Client instead of CURL. Updated to handle websocket connection.
author June Park <parkjune1995@gmail.com>
date Sun, 11 Jan 2026 07:47:05 -0800
parents 7bd795bac997
children 87d8d3eb3491
line wrap: on
line diff
--- a/postdog/BUILD	Sat Jan 10 13:30:28 2026 -0800
+++ b/postdog/BUILD	Sun Jan 11 07:47:05 2026 -0800
@@ -21,6 +21,7 @@
   deps = [
     "//third_party/raylib:raylib",
     "//dowa:dowa",
+    "//seobeo:seobeo_client",
   ],
   data = [":all_static_assets",],
   linkopts_macos = [
@@ -29,7 +30,6 @@
     "-framework Cocoa",
     "-framework GLUT",
     "-framework OpenGL",
-    "-lcurl",
   ],
   linkopts_linux = [
     "-lGL",
@@ -38,7 +38,6 @@
     "-ldl",
     "-lrt",
     "-lX11",
-    "-lcurl",
   ],
   static = True
 )