diff options
author | dtorilov <dtorilov@yandex-team.com> | 2024-03-28 21:07:32 +0300 |
---|---|---|
committer | dtorilov <dtorilov@yandex-team.com> | 2024-03-28 21:18:22 +0300 |
commit | 69da0d084c7045f516e59ff13afeb15a3f313b5d (patch) | |
tree | 03a0355dba12f54746d8f24133c1551d8fdaf5f4 /util/datetime/ya.make | |
parent | 22f953d76634703f1ac2d06ec90fe270ceaafe74 (diff) | |
download | ydb-69da0d084c7045f516e59ff13afeb15a3f313b5d.tar.gz |
WebAssembly in util
b46c1e446c9d0f9393bf688b26db810f60add0f6
Diffstat (limited to 'util/datetime/ya.make')
-rw-r--r-- | util/datetime/ya.make | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/util/datetime/ya.make b/util/datetime/ya.make index f4a66598a0..1e23d869af 100644 --- a/util/datetime/ya.make +++ b/util/datetime/ya.make @@ -1,8 +1,10 @@ SUBSCRIBER(g:util-subscribers) -RECURSE( - benchmark -) +IF (NOT OS_EMSCRIPTEN) + RECURSE( + benchmark + ) +ENDIF() RECURSE_FOR_TESTS( ut |