Skip to content

Commit

Permalink
warning: method redefined; discarding old source_directory=
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 21, 2023
1 parent 34f7596 commit af3f9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mini_portile2/mini_portile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def edit_path(path)
class MiniPortile
DEFAULT_TIMEOUT = 10

attr_reader :name, :version, :original_host
attr_reader :name, :version, :original_host, :source_directory
attr_writer :configure_options
attr_accessor :host, :files, :patch_files, :target, :logger, :source_directory
attr_accessor :host, :files, :patch_files, :target, :logger

def self.windows?
target_os =~ /mswin|mingw/
Expand Down

0 comments on commit af3f9d2

Please sign in to comment.