mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Reverted Makefile GL_ENABLE_GET_PROC_ADDRESS #3713
This commit is contained in:
@ -360,7 +360,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||
ifeq ($(RAYLIB_BUILD_MODE),DEBUG)
|
||||
CFLAGS += -sASSERTIONS=1 --profiling
|
||||
endif
|
||||
CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS
|
||||
#CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS
|
||||
endif
|
||||
ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
||||
# Compiler flags for arquitecture
|
||||
|
||||
Reference in New Issue
Block a user