Skip to content

Commit 48830d7

Browse files
hutliphiliptaron
andauthored
"buildStatic" -> "enableStatic"
Co-authored-by: Philip Taron <[email protected]>
1 parent db22ce3 commit 48830d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ effectiveStdenv.mkDerivation (
187187
[
188188
(cmakeBool "LLAMA_NATIVE" false)
189189
(cmakeBool "LLAMA_BUILD_SERVER" true)
190-
(cmakeBool "BUILD_SHARED_LIBS" (!buildStatic))
190+
(cmakeBool "BUILD_SHARED_LIBS" (!enableStatic))
191191
(cmakeBool "CMAKE_SKIP_BUILD_RPATH" true)
192192
(cmakeBool "LLAMA_BLAS" useBlas)
193193
(cmakeBool "LLAMA_CLBLAST" useOpenCL)

0 commit comments

Comments
 (0)