Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a system root with correct on-disk directory layout #6267

Merged
merged 1 commit into from Jun 3, 2015

Commits on Jun 2, 2015

  1. Support a system root with correct on-disk directory layout

    The existing code for setting up the environment assumes that
    the directory layout containing rust and cargo conforms to the
    one used by rust-installer's tarballs. This makes overriding
    the system root awkward for simple cases where I want to test
    my own build directly from the rust build directory. This
    patch just adds a second path to PATH and LD_LIBRARY_PATH
    to accomodate both disk layouts.
    
    Conflicts:
    	python/servo/command_base.py
    brson committed Jun 2, 2015
You can’t perform that action at this time.