mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
Attempt fix 11
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
# define IQK_API __declspec(dllexport)
|
# define IQK_API __declspec(dllexport)
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
# define IQK_API __attribute__ ((visibility ("default")))
|
# define IQK_API __attribute__ ((visibility ("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user