mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-15 22:36:01 +00:00
Update Makefile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user