We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a585c3e commit 3238a84Copy full SHA for 3238a84
bindings/go/whisper.go
@@ -10,7 +10,7 @@ import (
10
11
/*
12
#cgo LDFLAGS: -lwhisper -lm -lstdc++
13
-#cgo darwin LDFLAGS: -framework Accelerate
+#cgo darwin LDFLAGS: -framework Accelerate -framework Metal -framework Foundation -framework CoreGraphics
14
#include <whisper.h>
15
#include <stdlib.h>
16
0 commit comments