Skip to content

Commit

Permalink
Ensure YAML is loaded in Rakefile
Browse files Browse the repository at this point in the history
add_vendored_libraries did not work properly.
  • Loading branch information
stanhu committed Jul 16, 2023
1 parent aa0bdb6 commit 5e6b824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'rake/extensiontask'
require 'rspec/core/rake_task'
require 'rake_compiler_dock'
require 'yaml'

CLEAN.include FileList['**/*{.o,.so,.dylib,.bundle}'],
FileList['**/extconf.h'],
Expand Down

0 comments on commit 5e6b824

Please sign in to comment.