From 68a631f20c78fc3ce6bd502b604dcaf79c310860 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 26 Apr 2019 19:51:52 +0200 Subject: Update Makefile --- examples/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/web/Makefile') diff --git a/examples/web/Makefile b/examples/web/Makefile index 1bc9ea3..3e2da5e 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -184,7 +184,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # -s EMTERPRETIFY_ASYNC=1 # support synchronous loops by emterpreter # --profiling # include information for code profiling # --preload-file resources # specify a resources folder for data compilation - CFLAGS += -Os -s USE_GLFW=3 -s USE_SDL=2 -s WASM=1 -s FORCE_FILESYSTEM=1 + CFLAGS += -Os -s USE_GLFW=3 -s WASM=1 -s FORCE_FILESYSTEM=1 # NOTE: Simple raylib examples are compiled to be interpreter by emterpreter, that way, # we can compile same code for ALL platforms with no change required, but, working on bigger -- cgit v1.2.3