bake-toolkit 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/bake/version.rb +1 -1
  2. data/lib/tocxx.rb +1 -1
  3. metadata +2 -2
data/lib/bake/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Cxxproject
2
2
  class Version
3
3
  def self.bake
4
- "1.0.7"
4
+ "1.0.8"
5
5
  end
6
6
  end
7
7
 
data/lib/tocxx.rb CHANGED
@@ -369,7 +369,7 @@ module Cxxproject
369
369
  x = @options.build_config + "/" + config.artifactName.name
370
370
  bbModule.main_content.set_executable_name(x)
371
371
  end
372
- bbModule.main_content.set_linker_script(config.linkerScript.name) unless config.linkerScript.nil?
372
+ bbModule.main_content.set_linker_script(convPath(config.linkerScript, config)) unless config.linkerScript.nil?
373
373
  else # CUSTOM
374
374
  if config.step
375
375
  if config.step.filter != ""
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bake-toolkit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.7
5
+ version: 1.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alexander Schaal
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-02-14 00:00:00 Z
13
+ date: 2013-03-07 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cxxproject