comparison 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
comparison
equal deleted inserted replaced
150:c37490913530 152:7387eec8e7f8
19 "main.c", 19 "main.c",
20 ], 20 ],
21 deps = [ 21 deps = [
22 "//third_party/raylib:raylib", 22 "//third_party/raylib:raylib",
23 "//dowa:dowa", 23 "//dowa:dowa",
24 "//seobeo:seobeo_client",
24 ], 25 ],
25 data = [":all_static_assets",], 26 data = [":all_static_assets",],
26 linkopts_macos = [ 27 linkopts_macos = [
27 "-framework CoreVideo", 28 "-framework CoreVideo",
28 "-framework IOKit", 29 "-framework IOKit",
29 "-framework Cocoa", 30 "-framework Cocoa",
30 "-framework GLUT", 31 "-framework GLUT",
31 "-framework OpenGL", 32 "-framework OpenGL",
32 "-lcurl",
33 ], 33 ],
34 linkopts_linux = [ 34 linkopts_linux = [
35 "-lGL", 35 "-lGL",
36 "-lm", 36 "-lm",
37 "-lpthread", 37 "-lpthread",
38 "-ldl", 38 "-ldl",
39 "-lrt", 39 "-lrt",
40 "-lX11", 40 "-lX11",
41 "-lcurl",
42 ], 41 ],
43 static = True 42 static = True
44 ) 43 )
45 44
46 macos_app_and_dmg( 45 macos_app_and_dmg(