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

Added a toolchain configuration to build for tvos #988

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SoylentGraham
Copy link

I needed a tvos build to go with ios, but the draco project doesn't seem to have one, so I've added one!

I'm a CMAKE newbie, so if anything is wrong, please correct it!

I use this exactly the same way I build ios (I need static libs);
cmake ../ -DEMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/arm64-ios.cmake

But with this new toolchain
cmake ../ -DEMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/arm64-tvos.cmake

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.

None yet

1 participant