Merge pull request #5740 from dearblue/src-include

Avoid adding `MRUBY_ROOT/src` to `cc.include_paths`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-07-02 10:31:14 +09:00
committed by GitHub
4 changed files with 0 additions and 7 deletions
-2
View File
@@ -1,6 +1,4 @@
MRuby::Gem::Specification.new('mruby-errno') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
spec.cc.include_paths << "#{build.root}/src"
end
-2
View File
@@ -3,8 +3,6 @@ MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'IO and File class'
spec.cc.include_paths << "#{build.root}/src"
if spec.for_windows?
spec.linker.libraries << "ws2_32"
end
-2
View File
@@ -2,6 +2,4 @@ MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src"
end
-1
View File
@@ -3,7 +3,6 @@ MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.authors = ['Internet Initiative Japan', 'mruby developers']
spec.summary = 'standard socket class'
spec.cc.include_paths << "#{build.root}/src"
#spec.cc.defines << "HAVE_SA_LEN=0"
# If Windows, use winsock