Skip to content

Commit

Permalink
add missing end
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Nov 27, 2024
1 parent f0d2ff8 commit 948b98a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rake/_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module TargetType
OBJECTS = 2
end

namespace :Utils do
Target = Struct.new(
:name,
:type,
Expand Down Expand Up @@ -150,6 +149,7 @@ def get_binary( target )
path.ext(".exe")
else
path
end
end

def build_executable_binary( target )
Expand Down Expand Up @@ -250,4 +250,3 @@ def tasks_for_target(target)
end
end
end
end

0 comments on commit 948b98a

Please sign in to comment.