Skip to content

Commit ae2e364

Browse files
committed
cmon
1 parent c74ca43 commit ae2e364

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
@@ -95,7 +95,7 @@ namespace :source do
9595
Rake::Task[task_name].invoke(args)
9696
end
9797

98-
xbuild :xbuild do |xb|
98+
xbuild :xbuild do |xb, args|
9999
xb.solution = SLN
100100
xb.targets = [:Clean, :Build]
101101
xb.properties = {

0 commit comments

Comments
 (0)