diff --git a/.github/patches/windows/msvcp140.dll b/.github/patches/windows/msvcp140.dll index f999742d..42175232 100644 Binary files a/.github/patches/windows/msvcp140.dll and b/.github/patches/windows/msvcp140.dll differ diff --git a/.github/patches/windows/vcomp140.dll b/.github/patches/windows/vcomp140.dll new file mode 100644 index 00000000..a39af2a0 Binary files /dev/null and b/.github/patches/windows/vcomp140.dll differ diff --git a/.github/patches/windows/vcruntime140.dll b/.github/patches/windows/vcruntime140.dll index 3a4aded2..37e87e0b 100644 Binary files a/.github/patches/windows/vcruntime140.dll and b/.github/patches/windows/vcruntime140.dll differ diff --git a/.github/patches/windows/vcruntime140_1.dll b/.github/patches/windows/vcruntime140_1.dll index 3ebabdee..0d016087 100644 Binary files a/.github/patches/windows/vcruntime140_1.dll and b/.github/patches/windows/vcruntime140_1.dll differ diff --git a/Makefile b/Makefile index bbda84b9..eca227fb 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ ifeq ($(OS),Windows_NT) @powershell -Command "cp .\.github\patches\windows\msvcp140.dll cortex.llamacpp\;" @powershell -Command "cp .\.github\patches\windows\vcruntime140_1.dll cortex.llamacpp\;" @powershell -Command "cp .\.github\patches\windows\vcruntime140.dll cortex.llamacpp\;" + @powershell -Command "cp .\.github\patches\windows\vcomp140.dll cortex.llamacpp\;" else ifeq ($(shell uname -s),Linux) @mkdir -p cortex.llamacpp; \ cp build/libengine.so cortex.llamacpp/;