Skip to content

Commit 82bdbb2

Browse files
authored
Merge pull request #1333 from m0nsky/fix/disable-openssl-macos-compile
Replace -DLLAMA_CURL=OFF with -DLLAMA_OPENSSL=OFF
2 parents 732b283 + 6a8560a commit 82bdbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
# Compiler defines common to all platforms
20-
COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON
20+
COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_OPENSSL=OFF -DBUILD_SHARED_LIBS=ON
2121

2222
jobs:
2323
compile-linux:

0 commit comments

Comments
 (0)