Skip to content

Commit bbbf74e

Browse files
Fix debug build param source
It's broken since 15fff06
1 parent 8418f5d commit bbbf74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ namespace :build do
5151
BUILDS.each do |params|
5252
name = "#{params[:src]}-#{params[:target]}-#{params[:profile]}"
5353
source = BUILD_SOURCES[params[:src]].merge(name: params[:src])
54-
debug = params[:debug]
5554
options = params
5655
.merge(BUILD_PROFILES[params[:profile]])
5756
.merge(src: source)
57+
debug = options[:debug]
5858
options.delete :profile
5959
options.delete :user_exts
6060
options.delete :debug

0 commit comments

Comments
 (0)