Mercurial
comparison seobeo/BUILD @ 32:08a465eec50b
[Dowa] Fixed a bug that I caused trying to stop memory leak lol.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 07:03:36 -0700 |
| parents | 2852b2e2363f |
| children | 6626ec933933 |
comparison
equal
deleted
inserted
replaced
| 31:2852b2e2363f | 32:08a465eec50b |
|---|---|
| 44 srcs = [ | 44 srcs = [ |
| 45 "s_linux_network.c", | 45 "s_linux_network.c", |
| 46 "s_web.c", | 46 "s_web.c", |
| 47 "os/s_linux_edge.c", | 47 "os/s_linux_edge.c", |
| 48 ], | 48 ], |
| 49 hdrs = [":seobeo_hrs"], | 49 hdrs = [":seobeo_hdrs"], |
| 50 deps = [ | 50 deps = [ |
| 51 "//dowa:dowa", | 51 "//dowa:dowa", |
| 52 "@openssl//:ssl", | 52 "@openssl//:ssl", |
| 53 ], | 53 ], |
| 54 target_compatible_with = [ | 54 target_compatible_with = [ |