summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvansokol <[email protected]>2026-07-08 21:56:02 +0300
committervansokol <[email protected]>2026-07-08 22:54:49 +0300
commit0a3296ea1f1de710d74790427bb34e16bd86b516 (patch)
tree00a6bb1a9b12b99a259f2faca4c5372e5ee50d55
parentc646d4a1de0cb86b0cc89d10072401d574a13921 (diff)
feat ts build: add RESOURCE_LIB in recurse tags
Позволяем использовать GEN_LIBRARY в модулях на языке typescript. Relates: https://nda.ya.ru/t/Kjhi4BNJ7hv6WA commit_hash:fe7f85a048e4c3adc6f19c41a30e4df9f7ccf1e8
-rw-r--r--build/conf/ts/node_modules.conf2
-rw-r--r--build/conf/ts/ts.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/ts/node_modules.conf b/build/conf/ts/node_modules.conf
index ac4c29fb12c..cbfc402c7f2 100644
--- a/build/conf/ts/node_modules.conf
+++ b/build/conf/ts/node_modules.conf
@@ -66,7 +66,7 @@ module _PREPARE_DEPS_BASE: _BARE_UNIT {
SET(MODULE_TAG TS_PREPARE_DEPS)
SET(MODULE_LANG TS)
# what modules it can PEERDIR to
- SET(PEERDIR_TAGS TS_PREPARE_DEPS)
+ SET(PEERDIR_TAGS TS_PREPARE_DEPS RESOURCE_LIB)
# do not include it into "results" of graph
DISABLE(START_TARGET)
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf
index 0c54d5559b1..d04aeeccbe8 100644
--- a/build/conf/ts/ts.conf
+++ b/build/conf/ts/ts.conf
@@ -120,7 +120,7 @@ module _TS_BASE_UNIT: _BARE_UNIT {
SET(MODULE_TAG TS)
SET(MODULE_LANG TS)
# TS should peer to TS
- SET(PEERDIR_TAGS TS TS_PROTO TS_PROTO_FROM_SCHEMA)
+ SET(PEERDIR_TAGS TS TS_PROTO TS_PROTO_FROM_SCHEMA RESOURCE_LIB)
# set filename for $TARGET output
SET(REALPRJNAME output.tar)