From 9e4a6622373fe6a78763c126012514670f6673b0 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Wed, 17 Jul 2024 03:07:36 -0700 Subject: [PATCH] Add homebrew package for libopqs (#142) Summary: Pull Request resolved: https://github.com/facebookincubator/fizz/pull/142 Reviewed By: namanahuja Differential Revision: D59832580 Pulled By: ahornby fbshipit-source-id: 1b936a007e5d08f7bc959d5775bce36b107f4bb3 --- shim/third-party/liboqs/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/shim/third-party/liboqs/BUCK b/shim/third-party/liboqs/BUCK index c56ee25129e..c5a3d051ef3 100644 --- a/shim/third-party/liboqs/BUCK +++ b/shim/third-party/liboqs/BUCK @@ -11,5 +11,6 @@ oncall("open_source") third_party_library( name = "oqs", + homebrew_package_name = "liboqs", pkgconfig_name = "liboqs", )