Skip to content

Commit b8f7eaf

Browse files
committed
Emscripten: upgrade to 2.0.2
1 parent 160dc72 commit b8f7eaf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

2.7.10/package-pythonhome.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Creates a minimal Python file hierarchy at $PACKAGEDIR
44

5-
# Copyright (C) 2018, 2019 Sylvain Beucler
5+
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
66

77
# Copying and distribution of this file, with or without modification,
88
# are permitted in any medium without royalty provided the copyright
99
# notice and this notice are preserved. This file is offered as-is,
1010
# without any warranty.
1111

12-
FILE_PACKAGER="python $(dirname $(which emcc))/tools/file_packager.py"
12+
FILE_PACKAGER="python3 $(dirname $(which emcc))/tools/file_packager.py"
1313

1414
PREFIX=${PREFIX:-$(dirname $(readlink -f $0))/destdir}
1515
PACKAGEDIR=${PACKAGEDIR:-$(dirname $(readlink -f $0))/package}

2.7.18/package-pythonhome.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Creates a minimal Python file hierarchy at $PACKAGEDIR
44

5-
# Copyright (C) 2018, 2019 Sylvain Beucler
5+
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
66

77
# Copying and distribution of this file, with or without modification,
88
# are permitted in any medium without royalty provided the copyright
99
# notice and this notice are preserved. This file is offered as-is,
1010
# without any warranty.
1111

12-
FILE_PACKAGER="python $(dirname $(which emcc))/tools/file_packager.py"
12+
FILE_PACKAGER="python3 $(dirname $(which emcc))/tools/file_packager.py"
1313

1414
PREFIX=${PREFIX:-$(dirname $(readlink -f $0))/destdir}
1515
PACKAGEDIR=${PACKAGEDIR:-$(dirname $(readlink -f $0))/package}

3.8/package-pythonhome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# notice and this notice are preserved. This file is offered as-is,
1010
# without any warranty.
1111

12-
FILE_PACKAGER="python $(dirname $(which emcc))/tools/file_packager.py"
12+
FILE_PACKAGER="python3 $(dirname $(which emcc))/tools/file_packager.py"
1313

1414
PREFIX=${PREFIX:-$(dirname $(readlink -f $0))/destdir}
1515
PACKAGEDIR=${PACKAGEDIR:-$(dirname $(readlink -f $0))/package}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Python compilation scripts and patches to run in the browser.
22

33
<https://www.beuc.net/python-emscripten/python>
44

5-
Build requirements: Emscripten, gcc, make, quilt
5+
Build requirements: Emscripten, python3, gcc, make, quilt
66

77
Emscripten: download prebuilt binaries (or [build from source](https://emscripten.org/docs/building_from_source/))
88

99
git clone https://github.com/emscripten-core/emsdk/
1010
pushd emsdk/
11-
./emsdk install 1.39.18
12-
./emsdk activate 1.39.18
11+
./emsdk install 2.0.2
12+
./emsdk activate 2.0.2
1313
popd
1414
source emsdk/emsdk_env.sh
1515

0 commit comments

Comments
 (0)