diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-11-30 08:43:25 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-11-30 09:11:09 +0300 |
commit | 33583b9af1e7a68aaae41f6e192c4d49cf5a67fb (patch) | |
tree | 5a12986a0693fbe6997a09770ce7ca9d917edf7d | |
parent | db5b9523a84834471e787eec210a48f7e7cbff72 (diff) | |
download | ydb-33583b9af1e7a68aaae41f6e192c4d49cf5a67fb.tar.gz |
fix tiding for GLOBAL SRCS
-rw-r--r-- | build/conf/linkers/ld.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/linkers/ld.conf b/build/conf/linkers/ld.conf index f6c9cdc0e0..f875796001 100644 --- a/build/conf/linkers/ld.conf +++ b/build/conf/linkers/ld.conf @@ -213,6 +213,7 @@ REAL_LINK_EXE_TIDY=\ --source-root $ARCADIA_ROOT \ --output-file $TARGET \ $AUTO_INPUT \ + $SRCS_GLOBAL \ $_LD_ENV_STYLE # Executable Shared Library |