Project

General

Profile

Feature #1253 ยป 0056-Update-to-emscripten-4.0.5.patch

Marko Lindqvist, 03/14/2025 09:34 PM

View differences:

platforms/emscripten/emssetup.sh
# emssetup.sh: Setup emscripten environment for freeciv build
#
# (c) 2024 Freeciv team
# (c) 2024-2025 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=3.1.67
EMSDK_VER=4.0.5
if test "$1" = "" || test "$1" = "-h" || test "$1" = "--help" ; then
echo "Usage: $0 <target directory>"
    (1-1/1)