mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
Fix bugzilla issue 24623: Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp. Add libcpp and libstdcpp -target= option recognition.
This commit is contained in:
parent
1d8f290318
commit
349b493810
21 changed files with 75 additions and 62 deletions
|
@ -5,7 +5,7 @@ import core.stdc.stdio;
|
|||
|
||||
// Disabled on windows because it needs bindings
|
||||
|
||||
version (CppRuntime_Clang)
|
||||
version (CppRuntime_libcpp)
|
||||
{
|
||||
extern(C++, `std`, `__1`)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue