File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
libs/openFrameworksCompiled/project/emscripten Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/fmod/%
231231PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /openssl/%
232232PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /curl/%
233233PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /rtAudio/%
234- PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /brotli/%
235234PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /cairo/%
236235PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /download/%
237236PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH ) /pixman/%
Original file line number Diff line number Diff line change 22SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $SCRIPT_DIR
44
5- VERSION=3.1.74
5+ VERSION=4.0.4
66
77CHECKOUT=$1
88
You can’t perform that action at this time.
0 commit comments