From b0be24b640ceac2a1d571fcc5a84d043b05ef87a Mon Sep 17 00:00:00 2001 From: viknet Date: Fri, 27 Dec 2024 20:01:01 +0300 Subject: fix macros usages commit_hash:fee2049f5852cb4173e4f523434afca9dcb771cc --- build/conf/python.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/conf/python.conf') 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() { -- cgit v1.3