Skip to content

Commit

Permalink
devkit: Bundle ngtcp2's quictls crypto adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Dec 7, 2023
1 parent 9dcb07e commit 208fd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releng/devkit.py
Expand Up @@ -303,6 +303,7 @@ def generate_library_windows(package, host, flavor, output_dir, library_filename

ngtcp2 = [
sdk_lib_path("libngtcp2.a", host),
sdk_lib_path("libngtcp2_crypto_quictls.a", host),
]

nghttp2 = [
Expand Down

0 comments on commit 208fd8b

Please sign in to comment.