commit | 61a6749a347242bc97b0fb538d4da94e6925a9a4 | [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 | e0f2360756b123e34877d84ff4c13395c0709c18 [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>