aboutsummaryrefslogtreecommitdiffstats
path: root/util/ya.make
diff options
context:
space:
mode:
authorvchigrin <vchigrin@yandex-team.com>2025-03-01 21:28:55 +0300
committervchigrin <vchigrin@yandex-team.com>2025-03-01 21:53:09 +0300
commit247abd10e4b384dda8303047190443af033df23f (patch)
tree34922b57d1c390ba3c4cee835fc50c93a97e8433 /util/ya.make
parent3eebf10660ed2ff1ef6682102002cacff4aa17df (diff)
downloadydb-247abd10e4b384dda8303047190443af033df23f.tar.gz
feat envoy: Fix linking errors in util when building for WASM platform.
Fix linking errors due to missed _Unwind_Backtrace symbol. Fix linking error due to missed CurrentThreadId implementation. commit_hash:ba09595a0e5feaefe5ad506c0005815f4c11a153
Diffstat (limited to 'util/ya.make')
-rw-r--r--util/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ya.make b/util/ya.make
index 943d8b16cd..dea1f1f721 100644
--- a/util/ya.make
+++ b/util/ya.make
@@ -322,6 +322,7 @@ JOIN_SRCS(
system/sys_alloc.cpp
system/sysstat.cpp
system/tempfile.cpp
+ system/thread.cpp
system/tls.cpp
system/type_name.cpp
system/unaligned_mem.cpp
@@ -335,7 +336,6 @@ JOIN_SRCS(
all_system_4.cpp
system/mem_info.cpp
system/sem.cpp
- system/thread.cpp
system/types.cpp
)
ENDIF()