Skip to content

Commit d64f901

Browse files
committed
Emscripten 3.1.74 -> 4.0.4
1 parent ab8b7aa commit d64f901

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/of.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Docker Step
35-
run: "docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.74 bash"
35+
run: "docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:4.0.4 bash"
3636
# - name: Determine Release
3737
# id: vars
3838
# shell: bash

libs/openFrameworksCompiled/project/emscripten/config.emscripten.default.mk

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/fmod/%
231231
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openssl/%
232232
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/curl/%
233233
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/rtAudio/%
234-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/brotli/%
235234
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/cairo/%
236235
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/download/%
237236
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/pixman/%

scripts/emscripten/install_emscripten.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $SCRIPT_DIR
44

5-
VERSION=3.1.74
5+
VERSION=4.0.4
66

77
CHECKOUT=$1
88

0 commit comments

Comments
 (0)