Skip to content
Snippets Groups Projects
Commit 4dffd3be authored by Jack Nagel's avatar Jack Nagel
Browse files

Set userpaths before processing requirement ENV modifications

parent 47dcc3f7
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ def install f
ENV.all_deps = f.recursive_deps.map(&:to_s)
ENV.x11 = f.recursive_requirements.detect{|rq| rq.class == X11Dependency }
ENV.setup_build_environment
f.recursive_requirements.each { |rq| rq.modify_build_environment }
post_superenv_hacks(f)
f.recursive_requirements.each { |rq| rq.modify_build_environment }
end
if f.fails_with? ENV.compiler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment