Feature #1902 ยป 0058-emscripten-Build-only-sdl2-client.patch
| platforms/emscripten/emsbuild.sh | ||
|---|---|---|
|
# emsbuild.sh: Build freeciv using emsdk
|
||
|
#
|
||
|
# (c) 2023-2025 Freeciv team
|
||
|
# (c) 2023-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.
|
||
| ... | ... | |
|
-Daudio=none \
|
||
|
-Dmwand=false \
|
||
|
-Dtools=[] \
|
||
|
-Dclients=stub,sdl2 \
|
||
|
-Dclients=sdl2 \
|
||
|
-Dserver=disabled \
|
||
|
-Dfcmp=[] \
|
||
|
-Dfcdb=[] \
|
||
|
"${PLATFORM_ROOT}/../../"
|
||