mirror of https://github.com/raysan5/raylib
Update Makefile
This commit is contained in:
parent
884d30b85a
commit
445ce51e51
|
@ -52,8 +52,8 @@ USE_EXTERNAL_GLFW ?= FALSE
|
|||
USE_WAYLAND_DISPLAY ?= FALSE
|
||||
|
||||
# PLATFORM_WEB: Default properties
|
||||
BUILD_WEB_ASYNCIFY ?= FALSE
|
||||
BUILD_WEB_SHELL ?= minshell.html
|
||||
BUILD_WEB_ASYNCIFY ?= TRUE
|
||||
BUILD_WEB_SHELL ?= $(RAYLIB_PATH)/src/minshell.html
|
||||
BUILD_WEB_HEAP_SIZE ?= 134217728
|
||||
BUILD_WEB_RESOURCES ?= TRUE
|
||||
BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources
|
||||
|
|
Loading…
Reference in New Issue