Skip to content

Commit 841f1f2

Browse files
lpereiraGuy Bedford
authored andcommitted
Ensure that cache_simple builtin depends on OpenSSL
1 parent 4d4054d commit 841f1f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime/fastly/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ add_builtin(fastly::backend SRC builtins/backend.cpp)
88
add_builtin(fastly::fetch SRC builtins/fetch/fetch.cpp builtins/fetch/request-response.cpp builtins/fetch/headers.cpp)
99
add_builtin(fastly::cache_override SRC builtins/cache-override.cpp)
1010
add_builtin(fastly::fetch_event SRC builtins/fetch-event.cpp)
11+
add_builtin(fastly::cache_simple SRC builtins/cache-simple.cpp DEPENDENCIES OpenSSL)
1112

1213
project(FastlyJS)

0 commit comments

Comments
 (0)