Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Oct 15, 2013
1 parent 988b549 commit 2c0c90c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/paper_house/c_extension_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ def target_file_name

# List of libraries to link.
def library_dependencies
if Platform::MAC
( [ @library_dependencies ] << "ruby" ).flatten.compact
else
super
end
MAC ? ( [ @library_dependencies ] << "ruby" ).flatten.compact : super
end


Expand Down

0 comments on commit 2c0c90c

Please sign in to comment.