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

Installs Mach-O on FreeBSD: lib/faust/ios-libsndfile.a #135

Closed
yurivict opened this issue Feb 7, 2018 · 2 comments
Closed

Installs Mach-O on FreeBSD: lib/faust/ios-libsndfile.a #135

yurivict opened this issue Feb 7, 2018 · 2 comments

Comments

@yurivict
Copy link
Contributor

yurivict commented Feb 7, 2018

It appears that this line:

cp architecture/ios-libsndfile.a $(prefix)/lib/faust

installs this library unconditionally.

$ file /usr/local/lib/faust/ios-libsndfile.a
/usr/local/lib/faust/ios-libsndfile.a: Mach-O universal binary with 5 architectures: [armv7: current ar archive random library] [x86_64]
@agraef
Copy link
Collaborator

agraef commented Feb 7, 2018

Yeah, it's installed on all OSes. I think we've discussed this once or twice before. ;-) The idea probably is that you can use this in cross-compilation to produce working iOS binaries, but I'm not sure that this will work on anything else but a Mac. (Something similar is available for Android, but there the cross-platform compilation tools are available from Google.)

@yurivict
Copy link
Contributor Author

yurivict commented Feb 7, 2018

you can use this in cross-compilation to produce working iOS binaries, but I'm not sure that this will work on anything else but a Mac.

Certainly not on BSDs.

@dfober dfober closed this as completed Feb 11, 2019
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

No branches or pull requests

3 participants