Skip to content

Commit 3ebea79

Browse files
committed
STYLE: Update scripts/macpython-build-*.sh to list common variables
1 parent a046cde commit 3ebea79

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

scripts/macpython-build-module-wheels.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ fi
4545
# -----------------------------------------------------------------------
4646
# These variables are set in common script:
4747
#
48+
# * CMAKE_EXECUTABLE
49+
# * CMAKE_OPTIONS
50+
# * MACPYTHON_PY_PREFIX
51+
# * PYBINARIES
52+
# * PYTHON_VERSIONS
53+
# * NINJA_EXECUTABLE
54+
# * SCRIPT_DIR
55+
# * VENVS=()
56+
4857
MACPYTHON_PY_PREFIX=""
49-
# PYBINARIES="" # unused
5058
SCRIPT_DIR=""
5159
VENVS=()
5260

scripts/macpython-build-wheels.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
# -----------------------------------------------------------------------
2020
# These variables are set in common script:
2121
#
22+
# * CMAKE_EXECUTABLE
23+
# * CMAKE_OPTIONS
24+
# * MACPYTHON_PY_PREFIX
25+
# * PYBINARIES
26+
# * PYTHON_VERSIONS
27+
# * NINJA_EXECUTABLE
28+
# * SCRIPT_DIR
29+
# * VENVS=()
30+
2231
MACPYTHON_PY_PREFIX=""
2332
PYBINARIES=""
2433
SCRIPT_DIR=""

0 commit comments

Comments
 (0)