llama : fix linkage with mingw (#551)

* Revert 7e53955 (#542)

Still needs to be fixed properly

* Fix linking on mingw32
This commit is contained in:
anzz1
2023-03-28 21:23:09 +03:00
committed by GitHub
parent 2a98bc18ea
commit 7f4c5c6651
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#include <stdbool.h>
#ifdef LLAMA_SHARED
# ifdef _WIN32
# ifdef _WIN32 && !defined __MINGW32__
# ifdef LLAMA_BUILD
# define LLAMA_API __declspec(dllexport)
# else