diff options
| author | Ray <[email protected]> | 2019-05-21 10:11:48 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 10:11:48 +0200 |
| commit | ad9004d3b914ca2d124ca65df5f7b9abc271c954 (patch) | |
| tree | 70fbcf6188831a91d0db52d81fbe0999d2cf9511 /examples/web/Makefile | |
| parent | 9393162926392c5d035c283b184764feaa3d31d1 (diff) | |
| download | raylib.com-ad9004d3b914ca2d124ca65df5f7b9abc271c954.tar.gz raylib.com-ad9004d3b914ca2d124ca65df5f7b9abc271c954.zip | |
Updated some examples
Diffstat (limited to 'examples/web/Makefile')
| -rw-r--r-- | examples/web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
