Skip to content

Commit

Permalink
Update emcc @40007
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbynek Konecny committed Jan 26, 2024
1 parent 9cfc418 commit b2ee88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def LlvmGmpA = "$jsPrebuiltDir/libgmp.a"
def emsdkDir = file('emsdk')
def emsdkRunDir = file("$emsdkDir")

def emscriptenVersion = 'tag-3.1.52'
def emscriptenVersion = 'tag-3.1.41'
if (System.env['EMSCRIPTEN_VERSION'] != null) {
emscriptenVersion = System.env['EMSCRIPTEN_VERSION']
}
Expand Down

0 comments on commit b2ee88f

Please sign in to comment.