We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2852e1a commit ccf022fCopy full SHA for ccf022f
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