summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile.Web
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.Web')
-rw-r--r--examples/Makefile.Web2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web
index 971e8183..204db50c 100644
--- a/examples/Makefile.Web
+++ b/examples/Makefile.Web
@@ -258,7 +258,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# --memory-init-file 0 # to avoid an external memory initialization code file (.mem)
# --preload-file resources # specify a resources folder for data compilation
# --source-map-base # allow debugging in browser with source map
- LDFLAGS += -sUSE_GLFW=3 -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=ccall -sGL_ENABLE_GET_PROC_ADDRESS
+ LDFLAGS += -sUSE_GLFW=3 -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=ccall
# NOTE: Simple raylib examples are compiled to be interpreter with asyncify, that way,
# we can compile same code for ALL platforms with no change required, but, working on bigger