summaryrefslogtreecommitdiffstats
path: root/build/conf/python.conf
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2024-12-28 00:21:19 +0000
committerAlexander Smirnov <[email protected]>2024-12-28 00:21:19 +0000
commit112dc40dabbc0c8a2e0e6139645fbb7e469d4bca (patch)
tree6d9e56618d26668ae15c93edd87ab7c694149788 /build/conf/python.conf
parent06f0b082309c37c361b1eb59d0bc972c68dc049d (diff)
parent54651819a73c2509f9023d5687919f73c236c622 (diff)
Merge branch 'rightlib' into merge-libs-241228-0020
Diffstat (limited to 'build/conf/python.conf')
-rw-r--r--build/conf/python.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index 698f6b9f6ab..8aab5de8ebb 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -745,7 +745,7 @@ otherwise {
}
# tag:python-specific
-### @usage: _BASE_PY_PROGRAM #internal
+### @usage: _BASE_PY3_PROGRAM #internal
###
### The base module for all Python 3.x binary programs. Adds linking logic, relevant module properties and
### dependency on Python 3.x interpreter. Also adds import tests on all sources including libraries.
@@ -901,7 +901,7 @@ macro _ARCADIA_PYTHON3_ADDINCL() {
}
# tag:python-specific tag:internal
-### @usage: _PYTHON_ADDINCL() # internal
+### @usage: _PYTHON3_ADDINCL() # internal
###
### This macro sets up Python 3.x headers for both Arcadia and non-Arcadia python.
macro _PYTHON3_ADDINCL() {