diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
commit | 501684a88ec52f39cf7ba0f94ed07b9984069788 (patch) | |
tree | 8dc564283bfaf8b38e9905265b4128d70ed6c57d /build/sysincl/linux-musl.yml | |
parent | 6c5745e5a9039670e62fdb9968f5add6ab279357 (diff) | |
download | ydb-501684a88ec52f39cf7ba0f94ed07b9984069788.tar.gz |
boost: Disable weird includes for fenv.h and fstream.h
Diffstat (limited to 'build/sysincl/linux-musl.yml')
-rw-r--r-- | build/sysincl/linux-musl.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/sysincl/linux-musl.yml b/build/sysincl/linux-musl.yml index 2c7a11bf06..a3425fcbfb 100644 --- a/build/sysincl/linux-musl.yml +++ b/build/sysincl/linux-musl.yml @@ -12,7 +12,3 @@ - sys/cdefs.h: contrib/libs/musl/extra/sys/cdefs.h - sys/sysctl.h: contrib/libs/musl/extra/sys/sysctl.h - xlocale.h: contrib/libs/musl/extra/xlocale.h - -- source_filter: "^contrib/restricted/boost" - includes: - - ../include/fenv.h: contrib/libs/musl/include/fenv.h |