mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6014 from dearblue/setup_debug.1
Fixed visibility of `MRuby::Command::Compiler#setup_debug`
This commit is contained in:
@@ -129,6 +129,12 @@ module MRuby
|
||||
end
|
||||
end
|
||||
|
||||
# This method can be redefined as a singleton method where appropriate.
|
||||
# Manipulate `flags`, `include_paths` and/or more if necessary.
|
||||
def setup_debug(conf)
|
||||
nil
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
#
|
||||
@@ -172,12 +178,6 @@ module MRuby
|
||||
def object_ext?(path)
|
||||
File.extname(path) == build.exts.object
|
||||
end
|
||||
|
||||
# This method can be redefined as a singleton method where appropriate.
|
||||
# Manipulate `flags`, `include_paths` and/or more if necessary.
|
||||
def setup_debug(conf)
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
class Command::Linker < Command
|
||||
|
||||
Reference in New Issue
Block a user