We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca055a commit 9294167Copy full SHA for 9294167
bindings/ruby/ext/extconf.rb
@@ -4,6 +4,8 @@
4
5
cmake = find_executable("cmake") || abort
6
7
+have_library("gomp") rescue nil
8
+
9
prefix = File.join("build", "whisper.cpp.dot")
10
system cmake, "-S", "sources", "-B", "build", "--graphviz", prefix, "-D", "BUILD_SHARED_LIBS=OFF", exception: true
11
libs = Dir["#{prefix}.*"].collect {|file|
0 commit comments