Skip to content

Commit

Permalink
use static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 8, 2015
1 parent 3b00ca5 commit 5b1ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MRuby::Gem::Specification.new('mruby-onig-regexp') do |spec|
unless ENV['OS'] == 'Windows_NT'
oniguruma_lib = libfile "#{oniguruma_dir}/.libs/libonig"
else
oniguruma_lib = libfile "#{oniguruma_dir}/onig"
oniguruma_lib = libfile "#{oniguruma_dir}/onig_s"
end
header = "#{oniguruma_dir}/oniguruma.h"

Expand Down

0 comments on commit 5b1ec07

Please sign in to comment.