commit | a556eeebaada39d0d53941b4d18e5b6ea338c2cf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 18 16:48:34 2016 -0600 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | 2c2c9a07d2b1e35d1e3b57843f2cfe7662efcb31 | |
parent | 745b395aefcd7e4718f6f51167c0e462931842b6 [diff] |
buildman: Put our local libraries first in the path If patman is installed on the machine (e.g. in the standard dist-packages directory), it will find libraries from there in preference to our local libraries. Adjust the order of the path to ensure that local libraries are found first. Signed-off-by: Simon Glass <sjg@chromium.org>