summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-05 21:38:13 +0100
committerRay <[email protected]>2024-02-05 21:38:13 +0100
commite52ae870f297961b9ac23d2e6eca4937a24ac6c0 (patch)
tree5185256b2499896c949610c909a985dbbb5555cb /examples/Makefile
parentea31bd47e5135680d5cc0f29800372cf8cfeb49a (diff)
downloadraylib-e52ae870f297961b9ac23d2e6eca4937a24ac6c0.tar.gz
raylib-e52ae870f297961b9ac23d2e6eca4937a24ac6c0.zip
Reverted Makefile `GL_ENABLE_GET_PROC_ADDRESS` #3713
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b48557ba..c5bc8b74 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -311,7 +311,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 -sTOTAL_MEMORY=$(BUILD_WEB_HEAP_SIZE) -sFORCE_FILESYSTEM=1 -sGL_ENABLE_GET_PROC_ADDRESS
+ LDFLAGS += -sUSE_GLFW=3 -sTOTAL_MEMORY=$(BUILD_WEB_HEAP_SIZE) -sFORCE_FILESYSTEM=1
# Build using asyncify
ifeq ($(BUILD_WEB_ASYNCIFY),TRUE)