Skip to content

Commit d8cf8f8

Browse files
Address PR comment
1 parent aeef243 commit d8cf8f8

File tree

2 files changed

+2
-86
lines changed

2 files changed

+2
-86
lines changed

recipe/bld.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ if errorlevel 1 exit 1
88

99
:: Move DLLs from site-packages/bin to Library/bin (standard conda location)
1010
:: This matches the expectation in the patched llama_cpp.py
11+
if not exist %LIBRARY_BIN% mkdir %LIBRARY_BIN%
12+
1113
if exist %SP_DIR%\bin\*.dll (
12-
if not exist %LIBRARY_BIN% mkdir %LIBRARY_BIN%
1314
move %SP_DIR%\bin\*.dll %LIBRARY_BIN%\
1415
if errorlevel 1 exit 1
1516
)

recipe/try-lib-in-path.patch

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)