We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884d30b commit 445ce51Copy full SHA for 445ce51
examples/Makefile
@@ -52,8 +52,8 @@ USE_EXTERNAL_GLFW ?= FALSE
52
USE_WAYLAND_DISPLAY ?= FALSE
53
54
# PLATFORM_WEB: Default properties
55
-BUILD_WEB_ASYNCIFY ?= FALSE
56
-BUILD_WEB_SHELL ?= minshell.html
+BUILD_WEB_ASYNCIFY ?= TRUE
+BUILD_WEB_SHELL ?= $(RAYLIB_PATH)/src/minshell.html
57
BUILD_WEB_HEAP_SIZE ?= 134217728
58
BUILD_WEB_RESOURCES ?= TRUE
59
BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources
0 commit comments