From 07190feda6e796f1b63009a63b5cf15252522da5 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 7 Aug 2013 14:24:04 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4457 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index e5077b1f4..8d64366a7 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -1124,7 +1124,7 @@ ifeq ($(FTE_TARGET),web) ASMJS_MEMORY?=536870912 #512mb (required for asm.js) # ASMJS_MEMORY?=268435456 #256mb (required for asm.js) WEB_MEMORY?=$(ASMJS_MEMORY) - JSLIBS=--js-library web/ftejslib.js --js-library web/library_sdl.js -s DISABLE_GL_EMULATION=1 + JSLIBS=--js-library web/ftejslib.js -s DISABLE_GL_EMULATION=1 EMCC_ARGS=$(JSLIBS) $(WEB_PREJS) --shell-file web/fteshell.html -s ERROR_ON_UNDEFINED_SYMBOLS=1 RELEASE_CFLAGS=-DOMIT_QCC -DGL_STATIC -DFTE_TARGET_WEB DEBUG_CFLAGS=-g --jcache -DOMIT_QCC -DGL_STATIC -DFTE_TARGET_WEB