Mercurial
diff postdog/BUILD @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 058de208e640 |
| children |
line wrap: on
line diff
--- a/postdog/BUILD Sat Jan 10 13:35:09 2026 -0800 +++ b/postdog/BUILD Mon Jan 19 18:59:10 2026 -0800 @@ -19,27 +19,13 @@ "main.c", ], deps = [ - "//third_party/raylib:raylib", + "//third_party/raylib:raylib_custom_ui", "//dowa:dowa", + "//seobeo:seobeo_client", +# "//seobeo:seobeo_debug", + "//third_party/libuv:libuv", ], data = [":all_static_assets",], - linkopts_macos = [ - "-framework CoreVideo", - "-framework IOKit", - "-framework Cocoa", - "-framework GLUT", - "-framework OpenGL", - "-lcurl", - ], - linkopts_linux = [ - "-lGL", - "-lm", - "-lpthread", - "-ldl", - "-lrt", - "-lX11", - "-lcurl", - ], static = True )