Skip to content

Commit c4645d0

Browse files
author
vansokol
committed
feat ts build: add RESOURCE_LIB in recurse tags
Позволяем использовать GEN_LIBRARY в модулях на языке typescript. Relates: https://nda.ya.ru/t/Kjhi4BNJ7hv6WA commit_hash:fe7f85a048e4c3adc6f19c41a30e4df9f7ccf1e8
1 parent df488b1 commit c4645d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/conf/ts/node_modules.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module _PREPARE_DEPS_BASE: _BARE_UNIT {
6666
SET(MODULE_TAG TS_PREPARE_DEPS)
6767
SET(MODULE_LANG TS)
6868
# what modules it can PEERDIR to
69-
SET(PEERDIR_TAGS TS_PREPARE_DEPS)
69+
SET(PEERDIR_TAGS TS_PREPARE_DEPS RESOURCE_LIB)
7070
# do not include it into "results" of graph
7171
DISABLE(START_TARGET)
7272

build/conf/ts/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module _TS_BASE_UNIT: _BARE_UNIT {
120120
SET(MODULE_TAG TS)
121121
SET(MODULE_LANG TS)
122122
# TS should peer to TS
123-
SET(PEERDIR_TAGS TS TS_PROTO TS_PROTO_FROM_SCHEMA)
123+
SET(PEERDIR_TAGS TS TS_PROTO TS_PROTO_FROM_SCHEMA RESOURCE_LIB)
124124

125125
# set filename for $TARGET output
126126
SET(REALPRJNAME output.tar)

0 commit comments

Comments
 (0)