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

Get dependencies' dirs from Cargo metadata #5

Merged
merged 1 commit into from May 27, 2015
Merged

Conversation

@mbrubeck
Copy link
Contributor

mbrubeck commented May 27, 2015

SimonSapin added a commit that referenced this pull request May 27, 2015
Get dependencies' dirs from Cargo metadata
@SimonSapin SimonSapin merged commit b3ef846 into servo:master May 27, 2015
EXPAT_FLAGS = --with-expat-includes=$(EXPAT_OUTDIR)/include \
--with-expat-lib=$(EXPAT_OUTDIR)
EXPAT_FLAGS = --with-expat-includes="$(DEP_EXPAT_OUTDIR)/include" \
--with-expat-lib="$(DEP_EXPAT_OUTDIR)"
FREETYPE_CFLAGS = -I$(FREETYPE_OUTDIR)/include
FREETYPE_LIBS = -L$(FREETYPE_OUTDIR) -lfreetype

This comment has been minimized.

@SimonSapin

SimonSapin May 30, 2015

Member

These two lines need to be updated as well: servo/servo#6218 (comment)

@asbaker, wanna do it?

This comment has been minimized.

@asbaker

asbaker May 30, 2015

Contributor

Yes I do @SimonSapin! I can take a look sometime this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.