1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/ext/mini_racer_extension
Petko Bordjukov 644487e976 Drop condition to use libc++ on macOS
According to Apple, projects should be migrated to libc++[1]:

> Building with libstdc++ was deprecated with Xcode 8 and is not supported in
> Xcode 10 when targeting iOS. C++ projects must now migrate to libc++ and are
> recommended to set a deployment target of macOS 10.9 or later, or iOS 7 or
> later. Besides changing the C++ Standard Library build setting, developers
> should audit hard-coded linker flags and target dependencies to remove
> references to libstdc++ (including -lstdc++, -lstdc++.6.0.9,
> libstdc++.6.0.9.tbd, and libstdc++.6.0.9.dylib). Project dependencies such as
> static archives that were built against libstdc++ will also need to be rebuilt
> against libc++. (40885260)

[1] https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
2018-09-27 17:57:37 +03:00
..
extconf.rb Drop condition to use libc++ on macOS 2018-09-27 17:57:37 +03:00
mini_racer_extension.cc Add ability to dump snapshot to string 2018-08-22 14:39:50 -04:00