Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Precedence and library path ordering. #429
Conversation
kyrofa
reviewed
Apr 5, 2016
| + os.makedirs(path) | ||
| + | ||
| + config = snapcraft.yaml.Config() | ||
| + part2 = [part for part in config.all_parts if part.name == 'part2'][0] |
sergiusens
added some commits
Apr 5, 2016
sergiusens
changed the title from
Test include and library path ordering.
to
Precedence and library path ordering.
Apr 6, 2016
|
Yeah I like it |
sergiusens
merged commit a117bd2
into
snapcore:master
Apr 6, 2016
sergiusens
deleted the
sergiusens:bugfix/1548232/include-path-ordering
branch
Apr 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedApr 5, 2016
LP: #1548232
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com