Skip to content

Commit

Permalink
ruby : fix build (ggerganov#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored and jiahansu committed Apr 17, 2024
1 parent 4a94a75 commit 5e056c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ruby/ext/extconf.rb
Expand Up @@ -9,6 +9,7 @@
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-backend-impl.h')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-backend.h')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-backend.c')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-common.h')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-quants.h')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','ggml-quants.c')} .")
system("cp #{File.join(File.dirname(__FILE__),'..','..','..','examples','dr_wav.h')} .")
Expand Down

0 comments on commit 5e056c2

Please sign in to comment.