Changeset 24266


Ignore:
Timestamp:
10/21/19 14:21:54 (5 years ago)
Author:
jdquinn
Message:

BUG: Reverting to tagged release (works locally)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/emscripten/install.sh

    r24239 r24266  
    2020# Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file)
    2121# NOTE: See revision history for version that we used to hard code in.
    22 ./emsdk install latest
    23 ./emsdk activate latest
     22./emsdk install sdk-tag-1.34.12-64bit
     23./emsdk activate sdk-tag-1.34.12-64bit
    2424
    2525# Activate PATH and other environment variables in the current terminal
Note: See TracChangeset for help on using the changeset viewer.