From cf6cfdc29045174aa720a4d84793460c53051631 Mon Sep 17 00:00:00 2001 From: Saood Karim Date: Sun, 20 Apr 2025 22:18:03 -0500 Subject: [PATCH] Attempt fix 11 --- ggml/src/iqk/iqk_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/iqk/iqk_config.h b/ggml/src/iqk/iqk_config.h index 08d10a08..05df6064 100644 --- a/ggml/src/iqk/iqk_config.h +++ b/ggml/src/iqk/iqk_config.h @@ -16,7 +16,6 @@ #if defined(_WIN32) && !defined(__MINGW32__) # define IQK_API __declspec(dllexport) -#endif #else # define IQK_API __attribute__ ((visibility ("default"))) #endif