diff --git a/engine/Makefile b/engine/Makefile index 40b991079..844f247ca 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -2361,7 +2361,7 @@ ifeq (web,$(FTE_TARGET)) TOOLMAKEOVERRIDES=emmake OPUSCONFIGARGS=--disable-rtcd --disable-hardening --enable-stack-protector=no --enable-shared=no --host=none SPEEXDSPCONFIGARGS=--disable-neon --host=none - CONFIGARGS=--enable-shared=no + CONFIGARGS=--enable-shared=no --host=none endif