openMSX-builder 1.6.3 → 1.6.4
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.
- data/VERSION +1 -1
- data/lib/openmsx_builder.rb +2 -0
- data/openMSX-builder.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.4
|
data/lib/openmsx_builder.rb
CHANGED
|
@@ -189,6 +189,8 @@ private
|
|
|
189
189
|
if openmsx?
|
|
190
190
|
build_args+=" staticbindist"
|
|
191
191
|
build_args+=" OPENMSX_TARGET_CPU=#{setting(:target_cpu)}" if setting(:target_cpu)
|
|
192
|
+
elsif openmsx_debugger?
|
|
193
|
+
build_args+=" CHANGELOG_REVISION=#{@new_revision}"
|
|
192
194
|
end
|
|
193
195
|
@build_outputs << `cd #{setting(:source_dir)} && make clean && make#{"#{build_args}"} 2>&1`
|
|
194
196
|
if $?.success?
|
data/openMSX-builder.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{openMSX-builder}
|
|
8
|
-
s.version = "1.6.
|
|
8
|
+
s.version = "1.6.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Filip H.F. \"FiXato\" Slagter"]
|