comparison 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
comparison
equal deleted inserted replaced
17:d97ec3ded2ae 18:fa2b8af609d9
9 ) 9 )
10 10
11 cc_binary( 11 cc_binary(
12 name = "playground_osx", 12 name = "playground_osx",
13 srcs = ["main.c"], 13 srcs = ["main.c"],
14 deps = [
15 "@openssl//:ssl",
16 ]
14 ) 17 )
15 18
16 filegroup( 19 filegroup(
17 name = "all_ts_files", 20 name = "all_ts_files",
18 srcs = glob([ 21 srcs = glob([