Skip to content

Commit

Permalink
llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri committed Aug 8, 2023
1 parent d846c08 commit 8087ec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/mozilla.org/nss/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies:
zlib.net: '*'
build:
dependencies:
darwin/aarch64:
llvm.org: '*'
linux:
gnu.org/gcc: '*'
gnu.org/make: '*'
Expand All @@ -38,6 +40,8 @@ build:
env:
linux:
CC: "{{deps.gnu.org/gcc.prefix}}/bin/gcc"
darwin/aarch64:
CC: "{{deps.llvm.org.prefix}}/bin/clang"
ARGS:
- BUILD_OPT=1
- NSS_ALLOW_SSLKEYLOGFILE=1
Expand Down

0 comments on commit 8087ec8

Please sign in to comment.