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

Apothecary: tess2 iOS script update #3150

Closed
wants to merge 1 commit into from

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Aug 14, 2014

In line with the discussion @ openframeworks/apothecary#14
libc++ for all iOS libs by default now.

I've made the script customisable to build libstdc++ as well.

Adding this one first to get feedback before adding the others.

@ofTheo
Copy link
Member

ofTheo commented Sep 15, 2014

@danoli3 for iOS I find abstracting out the different archs and then looping through the archs a little easier/cleaner - this allows you to write less code and then only change the flags you need to change for each arch.

there is an example of that on these lines here ( for assimp ):
2574f98#diff-6be9255ae2687604951e5dcd266d296cR54

I loop through an array and then change some flags based on which arch.

@danoli3
Copy link
Member Author

danoli3 commented Sep 19, 2014

@ofTheo Yeah I was basing this off the initial FreeType way of doing things, got it working in a loop for the other libs. I'll change this to be looped.

@danoli3
Copy link
Member Author

danoli3 commented Sep 29, 2014

Closing this as have a new way of doing this.

@danoli3 danoli3 closed this Sep 29, 2014
@danoli3 danoli3 deleted the apothecary-tess2 branch September 29, 2014 05:40
@bilderbuchi bilderbuchi mentioned this pull request Sep 29, 2014
4 tasks
@danoli3 danoli3 mentioned this pull request Jan 20, 2015
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants