--- ggml/src/ggml-metal/ggml-metal.metal.orig 2025-04-12 18:00:39 +++ ggml/src/ggml-metal/ggml-metal.metal 2025-04-12 18:16:51 @@ -3,7 +3,7 @@ #if defined(GGML_METAL_EMBED_LIBRARY) __embed_ggml-common.h__ #else -#include "ggml-common.h" +#include "__PREFIX__/share/whisper/ggml/ggml-common.h" #endif #include "ggml-metal-impl.h"