Feature #1948 ยป 0043-Update-to-emscripten-5.0.1.patch
| platforms/emscripten/emssetup.sh | ||
|---|---|---|
|
# emssetup.sh: Setup emscripten environment for freeciv build
|
||
|
#
|
||
|
# (c) 2024-2025 Freeciv team
|
||
|
# (c) 2024-2026 Freeciv team
|
||
|
#
|
||
|
# This script is licensed under Gnu General Public License version 2 or later.
|
||
|
# See COPYING available from the same location you got this script.
|
||
|
# https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md
|
||
|
EMSDK_VER=4.0.21
|
||
|
EMSDK_VER=5.0.1
|
||
|
if test "$1" = "" || test "$1" = "-h" || test "$1" = "--help" ; then
|
||
|
echo "Usage: $0 <target directory>"
|
||