Skip to content

Commit e7e6cc1

Browse files
committed
revert sdk
1 parent 4b807fe commit e7e6cc1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-22.04
88
env:
9-
SDK_VERSION: 3.1.74.6bi
9+
SDK_VERSION: 3.1.61.7bi
1010
SYS_PYTHON: /usr/bin/python3
1111
SDKROOT: /opt/python-wasm-sdk
1212
PACKAGES: emsdk pygame

packages.d/pygame/pygame.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ then
9696

9797

9898
# unsure : wasm pygame.freetype hack
99-
#wget -O- https://patch-diff.githubusercontent.com/raw/pmp-p/pygame-ce-wasm/pull/3.diff | patch -p1
99+
# wget -O- https://patch-diff.githubusercontent.com/raw/pmp-p/pygame-ce-wasm/pull/3.diff | patch -p1
100+
100101
wget -O- https://patch-diff.githubusercontent.com/raw/pygame-community/pygame-ce/pull/1967.diff | patch -p1
101102

102103
# 313t controller fix merged
@@ -105,8 +106,8 @@ then
105106
# new cython (git)
106107
wget -O- https://patch-diff.githubusercontent.com/raw/pmp-p/pygame-ce-wasm/pull/8.diff | patch -p1
107108

108-
# fix 3.13 build
109-
wget -O- https://patch-diff.githubusercontent.com/raw/pmp-p/pygame-ce-wasm/pull/9.diff | patch -p1
109+
# fix 3.13 build , merged
110+
# wget -O- https://patch-diff.githubusercontent.com/raw/pygame-community/pygame-ce/pull/3496.diff | patch -p1
110111

111112
# cython3 / merged
112113
# wget -O- https://patch-diff.githubusercontent.com/raw/pygame-community/pygame-ce/pull/2395.diff | patch -p1

0 commit comments

Comments
 (0)