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 498e998 commit bf11052Copy full SHA for bf11052
.devops/nix/package.nix
@@ -186,7 +186,7 @@ effectiveStdenv.mkDerivation (
186
[
187
(cmakeBool "LLAMA_NATIVE" false)
188
(cmakeBool "LLAMA_BUILD_SERVER" true)
189
- (cmakeBool "BUILD_SHARED_LIBS" !buildStatic)
+ (cmakeBool "BUILD_SHARED_LIBS" (!buildStatic))
190
(cmakeBool "CMAKE_SKIP_BUILD_RPATH" true)
191
(cmakeBool "LLAMA_BLAS" useBlas)
192
(cmakeBool "LLAMA_CLBLAST" useOpenCL)
0 commit comments