cxxproject 0.6.27 → 0.6.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -113,7 +113,7 @@ module Cxxproject
113
113
  def handle_whole_archive(building_block, res, linker, sym)
114
114
  if building_block.instance_of?(SourceLibrary)
115
115
  if building_block.whole_archive
116
- res.push(linker[sym]) if linker[sym]
116
+ res.push(linker[sym]) if linker[sym] and !linker[sym].empty?
117
117
  end
118
118
  end
119
119
  end
@@ -1,5 +1,5 @@
1
1
  module Cxxproject
2
- VERSION = '0.6.27'
2
+ VERSION = '0.6.28'
3
3
 
4
4
  class Version
5
5
  def self.cxxproject
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.27
4
+ version: 0.6.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-10 00:00:00.000000000 Z
12
+ date: 2012-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colored
@@ -220,7 +220,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  segments:
222
222
  - 0
223
- hash: -319442458633377301
223
+ hash: -1684714182921890965
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  none: false
226
226
  requirements: