Closed mtak- closed 5 years ago
This PR works around an iOS simulator build issue where the c++14 flag was not being set when targeting ios.
c++14
For some reason cc is detecting c++ as the default compiler which is just a thin wrapper around apple clang.
cc
c++
https://github.com/alexcrichton/cc-rs/issues/418
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 detectingc++
as the default compiler which is just a thin wrapper around apple clang.https://github.com/alexcrichton/cc-rs/issues/418