diff options
| author | raysan5 <[email protected]> | 2019-04-26 19:51:52 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-04-26 19:51:52 +0200 |
| commit | 68a631f20c78fc3ce6bd502b604dcaf79c310860 (patch) | |
| tree | dc2f8a43770e1c3c7cdb1f5c58c118f19be84564 /examples | |
| parent | 60120ba2fa8a19325a6256ea3f087080aa5aff53 (diff) | |
| download | raylib.com-68a631f20c78fc3ce6bd502b604dcaf79c310860.tar.gz raylib.com-68a631f20c78fc3ce6bd502b604dcaf79c310860.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -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 1bc9ea3..3e2da5e 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -184,7 +184,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # -s EMTERPRETIFY_ASYNC=1 # support synchronous loops by emterpreter # --profiling # include information for code profiling # --preload-file resources # specify a resources folder for data compilation - CFLAGS += -Os -s USE_GLFW=3 -s USE_SDL=2 -s WASM=1 -s FORCE_FILESYSTEM=1 + CFLAGS += -Os -s USE_GLFW=3 -s WASM=1 -s FORCE_FILESYSTEM=1 # NOTE: Simple raylib examples are compiled to be interpreter by emterpreter, that way, # we can compile same code for ALL platforms with no change required, but, working on bigger |
