Remove ECSEmscripten as Emscripten version is now supported in LDC (+fix compile scripts)

This commit is contained in:
Mergul 2025-05-14 13:26:10 +02:00
parent d77317c816
commit f19bce1a57
5 changed files with 15 additions and 140 deletions

View file

@ -58,7 +58,7 @@ threads_dep = dependency('threads')
d_versions = []
deps = []
if host_machine.cpu_family() == 'wasm32'
d_versions += 'ECSEmscripten'
else
# meson incorectly adds "-s USE_PTHREADS=1" to ldc2 invocation whe pthreads is added as dependency
# add it for non wasm builds