diff options
Diffstat (limited to 'build/conf/python.conf')
| -rw-r--r-- | build/conf/python.conf | 4 |
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() { |
