From 211df39a1d71bb690fff2c8b17ced79c95351ae0 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 22 Sep 2020 13:33:34 +0200 Subject: Testing debugging --- 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 7614e53..23eeccb 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -235,7 +235,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 - CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/models/ + CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/ # NOTE: On PLATFORM_WEB, every example requires its own flags -- cgit v1.2.3