Skip to content

Commit f024d8d

Browse files
authoredFeb 8, 2024
init (#1709)
1 parent aa2fd92 commit f024d8d

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/yql/parser/pg_wrapper

1 file changed

+1
-1
lines changed
 

‎ydb/library/yql/parser/pg_wrapper/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ INCLUDE(pg_sources.inc)
5555

5656
INCLUDE(pg_kernel_sources.inc)
5757

58-
IF (NOT OPENSOURCE AND NOT OS_WINDOWS AND NOT SANITIZER_TYPE AND NOT BUILD_TYPE == "DEBUG")
58+
IF (NOT OS_WINDOWS AND NOT SANITIZER_TYPE AND NOT BUILD_TYPE == "DEBUG")
5959
USE_LLVM_BC14()
6060
INCLUDE(pg_bc.all.inc)
6161
ELSE()

0 commit comments

Comments
 (0)
Please sign in to comment.