diff options
author | uzhas <uzhas@ydb.tech> | 2023-12-11 12:48:58 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2023-12-11 14:21:05 +0300 |
commit | 8c430a3dc91949899bba095f678e93fae92f01c5 (patch) | |
tree | 7dde284ebcbe2b1106f63865c4dc5278880200ca /contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt | |
parent | b3588741a100fbdad4500d88711c161aacff9736 (diff) | |
download | ydb-8c430a3dc91949899bba095f678e93fae92f01c5.tar.gz |
windows: fix yqlworker build
Diffstat (limited to 'contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt')
-rw-r--r-- | contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt index 2df1842086..8d1599b730 100644 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt +++ b/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt @@ -28,6 +28,8 @@ target_compile_options(restricted-aws-aws-c-http PRIVATE -DS2N_PLATFORM_SUPPORTS_KTLS -DS2N_STACKTRACE -DS2N___RESTRICT__SUPPORTED + -DAWS_HTTP_EXPORTS + -std=c99 $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> ) target_include_directories(restricted-aws-aws-c-http PUBLIC |