grovesNL / spirv_cross

Safe Rust wrapper around SPIRV-Cross
Apache License 2.0
86 stars 42 forks source link

workaround ios build issues #103

Closed mtak- closed 5 years ago

mtak- commented 5 years ago

This PR works around an iOS simulator build issue where the c++14 flag was not being set when targeting ios.

For some reason cc is detecting c++ as the default compiler which is just a thin wrapper around apple clang.

https://github.com/alexcrichton/cc-rs/issues/418

bors[bot] commented 5 years ago

Build succeeded