We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88245c0 commit 03a9318Copy full SHA for 03a9318
.github/workflows/build.yml
@@ -384,6 +384,9 @@ jobs:
384
run: |
385
export PATH=`pwd`/clang+llvm-15.0.7-x86_64-apple-darwin21.0/bin:$PATH
386
cd ldk-c-bindings
387
+ export CC=clang
388
+ export CC_x86_64_apple_darwin=clang
389
+ export CC_aarch64_apple_darwin=clang
390
CC=clang ./genbindings.sh ../rust-lightning true
391
- name: Fetch OpenJDK 18
392
0 commit comments