Remove trailing spaces (#3889)

This commit is contained in:
Roy Yang
2024-04-25 11:32:26 -07:00
committed by GitHub
parent f503a848c2
commit 5f73c08729
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ init_vars() {
# TODO - add additional optimization flags...
CMAKE_DEFS="-DCMAKE_BUILD_TYPE=Release -DLLAMA_SERVER_VERBOSE=off ${CMAKE_DEFS}"
fi
case $(uname -s) in
case $(uname -s) in
"Darwin")
LIB_EXT="dylib"
WHOLE_ARCHIVE="-Wl,-force_load"