From ad9004d3b914ca2d124ca65df5f7b9abc271c954 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 May 2019 10:11:48 +0200 Subject: Updated some examples --- 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 bdad345..101b272 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -544,7 +544,7 @@ core/core_vr_simulator: core/core_vr_simulator.c --preload-file core/resources/distortion100.fs@resources/distortion100.fs core/core_loading_thread: core/core_loading_thread.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -std=c11 + $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -lpthread -D$(PLATFORM) -s USE_PTHREADS=1 -s ASSERTIONS=1 # compile [shapes] example - basic shapes usage (rectangle, circle, ...) shapes/shapes_basic_shapes: shapes/shapes_basic_shapes.c -- cgit v1.2.3