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

Accommodate freetype changes in Cinder 0.9.1 #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drewish
Copy link

@drewish drewish commented Jan 22, 2017

Fixes #22 and makes the changes to the Xcode projects for the library file name.

It might make the most sense to wait until 0.9.1 is released to merge this. Opening it up for anyone else who tracks master though.

@@ -1865,6 +1889,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(CINDER_PATH)/include",
"$(CINDER_PATH)/include/freetype",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure what the best way to handle this was. We could just change $(CINDER_PATH)/include to be recursive $(CINDER_PATH)/include/** but since we only needed on directory I opted to be explicit.

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

Successfully merging this pull request may close these issues.

1 participant