diff options
| author | Tomoyuki Sahara <[email protected]> | 2017-09-12 11:43:21 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2017-09-12 11:43:21 +0900 |
| commit | a809d42f5aaf093a5667e505c512adadb74ce34a (patch) | |
| tree | d0643af502a994a16c6e80c52aba1fd45b794a3e /mrbgem.rake | |
| parent | 15f4bdb52920d8bab0f7a02ce3317cade7f4649d (diff) | |
| download | mruby-a809d42f5aaf093a5667e505c512adadb74ce34a.tar.gz mruby-a809d42f5aaf093a5667e505c512adadb74ce34a.zip | |
remove whitespaces at the end of line.
Diffstat (limited to 'mrbgem.rake')
| -rw-r--r-- | mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgem.rake b/mrbgem.rake index ef91bdfcb..7ae914925 100644 --- a/mrbgem.rake +++ b/mrbgem.rake @@ -3,7 +3,7 @@ MRuby::Gem::Specification.new('mruby-socket') do |spec| spec.authors = 'Internet Initiative Japan' spec.cc.include_paths << "#{build.root}/src" - + # If Windows, use winsock if ( /mswin|mingw|win32/ =~ RUBY_PLATFORM ) then spec.linker.libraries << "wsock32" |
