Skip to content

Commit

Permalink
Fix win build (ydb-platform#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hor911 authored and naspirato committed Jun 18, 2024
1 parent 851ccfd commit d54921c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion ydb/library/yql/providers/s3/common/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ADDINCL(
YQL_LAST_ABI_VERSION()

SRCS(
source_context.cpp
util.cpp
)

Expand All @@ -28,6 +27,10 @@ IF (CLANG AND NOT WITH_VALGRIND)
-DARCADIA_BUILD -DUSE_PARQUET
)

SRCS(
source_context.cpp
)

ENDIF()

END()
8 changes: 4 additions & 4 deletions ydb/library/yql/providers/s3/events/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ ADDINCL(

YQL_LAST_ABI_VERSION()

SRCS(
events.cpp
)

PEERDIR(
ydb/core/base
ydb/core/kqp/common
Expand All @@ -29,6 +25,10 @@ IF (CLANG AND NOT WITH_VALGRIND)
-DARCADIA_BUILD -DUSE_PARQUET
)

SRCS(
events.cpp
)

ENDIF()

END()

0 comments on commit d54921c

Please sign in to comment.