mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
libcxx: do not include __config_site
This file contains build configuration options which zig instead provides via command line flags.
This commit is contained in:
parent
f5b4b5d4cb
commit
48136c11d1
1 changed files with 0 additions and 2 deletions
2
lib/libcxx/include/__config
vendored
2
lib/libcxx/include/__config
vendored
|
|
@ -10,8 +10,6 @@
|
|||
#ifndef _LIBCPP_CONFIG
|
||||
#define _LIBCPP_CONFIG
|
||||
|
||||
#include <__config_site>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
# if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue