Skip to content

Commit 4938ade

Browse files
committed
ready to split pygame build from cpython build
1 parent 218e9ac commit 4938ade

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export PYTHONDONTWRITEBYTECODE=1
77
export REBUILD=${REBUILD:-false}
88
export CI=${CI:-false}
99

10-
export PYMAJOR=3
11-
export PYBUILD=${PYBUILD:-${PYMAJOR}.11}
10+
export PYBUILD=${PYBUILD:-3.11}
11+
export PYMAJOR=$(echo -n $PYBUILD|cut -d. -f1)
1212
export PYMINOR=$(echo -n $PYBUILD|cut -d. -f2)
1313

1414

scripts/cpython-fetch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo "
66
* cpython-fetch $PYBUILD *
77
"
88

9+
mkdir -p src
910

1011
pushd src 2>&1 >/dev/null
1112

0 commit comments

Comments
 (0)