diff playground/BUILD @ 18:fa2b8af609d9

[Seobeo] Fixed a bug with pathing. Support SSL.
author June Park <parkjune1995@gmail.com>
date Mon, 06 Oct 2025 08:21:34 -0700
parents 2b9e75756825
children 342726584be2
line wrap: on
line diff
--- a/playground/BUILD	Sat Oct 04 07:53:12 2025 -0700
+++ b/playground/BUILD	Mon Oct 06 08:21:34 2025 -0700
@@ -11,6 +11,9 @@
 cc_binary(
   name = "playground_osx",
   srcs = ["main.c"],
+  deps = [
+    "@openssl//:ssl",
+  ]
 )
 
 filegroup(