aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2025-04-09 05:55:47 +0300
committersnermolaev <snermolaev@yandex-team.com>2025-04-09 06:22:28 +0300
commitbd6b1ba8dece602adbd2b57008bbeabca60d6f60 (patch)
tree6a83b6d05624312284ad306542a5fd8a2df90ba3
parent7b0bf837ead80544ba76406eaa29e2e9122d3ad6 (diff)
downloadydb-bd6b1ba8dece602adbd2b57008bbeabca60d6f60.tar.gz
Swicth DEV_DLL_PROXY to new commands
commit_hash:998d57c1793410a93fc535bf960eead64a81d66d
-rw-r--r--build/ymake.core.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 7e0ddcf6dff..87436486e9a 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2194,9 +2194,10 @@ DLL_PROXY_CMD_MF=$GENERATE_MF && $COPY_CMD $AUTO_INPUT $TARGET
### The use of this module is strictly prohibited!!!
### This is a temporary and project-specific solution.
module DEV_DLL_PROXY: _BARE_UNIT {
- .NODE_TYPE=Library
+ .CMD=$DLL_PROXY_CMD_MF
.EXTS=.so .dll .dylib .mf
- .CMD=DLL_PROXY_CMD_MF
+ .NODE_TYPE=Library
+ .STRUCT_CMD=yes
DYNAMIC_LINK=yes
when ($OS_WINDOWS == "yes") {