We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea3b9 commit e650ee8Copy full SHA for e650ee8
lib/easy_compile/cli.rb
@@ -129,7 +129,7 @@ def print_normalized_platform
129
130
def run_rake_tasks!(*tasks)
131
all_tasks = tasks.join(" ")
132
- rakelibdir = File.expand_path("tasks", __dir__)
+ rakelibdir = [File.expand_path("tasks", __dir__), "rakelib"].join(File::PATH_SEPARATOR)
133
rake_compiler_path = Gem.loaded_specs["rake-compiler"].full_require_paths
134
rake_specs = Gem.loaded_specs["rake"]
135
rake_executable = rake_specs.bin_file("rake")
0 commit comments