aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorviknet <viknet@yandex-team.com>2024-12-27 20:01:01 +0300
committerviknet <viknet@yandex-team.com>2024-12-27 20:22:43 +0300
commitb0be24b640ceac2a1d571fcc5a84d043b05ef87a (patch)
treed1d419ce3e2188304b7df34af9c7529161c7b3bf /build/plugins
parentb5a46c3cb0097dca285541baccf493f7491edb4b (diff)
downloadydb-b0be24b640ceac2a1d571fcc5a84d043b05ef87a.tar.gz
fix macros usages
commit_hash:fee2049f5852cb4173e4f523434afca9dcb771cc
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/extralibs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/extralibs.py b/build/plugins/extralibs.py
index 80f0a70cdc..1facfa3354 100644
--- a/build/plugins/extralibs.py
+++ b/build/plugins/extralibs.py
@@ -1,6 +1,6 @@
def onpy_extralibs(unit, *args):
"""
- @usage: EXTRALIBS(liblist)
+ @usage: PY_EXTRALIBS(liblist)
Add external dynamic libraries during program linkage stage" }
"""