mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-11 00:09:38 +08:00
Remove 'bundle exec' and add --trace support when cleaning targets
This commit is contained in:
@@ -146,7 +146,9 @@ PLIST
|
||||
end
|
||||
|
||||
def clean
|
||||
system("cd #{@full_path} && #{environment_variables} bundle exec rake clean")
|
||||
args = ''
|
||||
args << " --trace" if App::VERBOSE
|
||||
system("cd #{@full_path} && #{environment_variables} rake clean #{args}")
|
||||
end
|
||||
|
||||
def build_dir(config, platform)
|
||||
|
||||
@@ -119,7 +119,9 @@ PLIST
|
||||
end
|
||||
|
||||
def clean
|
||||
system("cd #{@full_path} && #{environment_variables} bundle exec rake clean")
|
||||
args = ''
|
||||
args << " --trace" if App::VERBOSE
|
||||
system("cd #{@full_path} && #{environment_variables} rake clean #{args}")
|
||||
end
|
||||
|
||||
def build_dir(config, platform)
|
||||
|
||||
Reference in New Issue
Block a user