Skip to content

Commit 445ce51

Browse files
committed
Update Makefile
1 parent 884d30b commit 445ce51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ USE_EXTERNAL_GLFW ?= FALSE
5252
USE_WAYLAND_DISPLAY ?= FALSE
5353

5454
# PLATFORM_WEB: Default properties
55-
BUILD_WEB_ASYNCIFY ?= FALSE
56-
BUILD_WEB_SHELL ?= minshell.html
55+
BUILD_WEB_ASYNCIFY ?= TRUE
56+
BUILD_WEB_SHELL ?= $(RAYLIB_PATH)/src/minshell.html
5757
BUILD_WEB_HEAP_SIZE ?= 134217728
5858
BUILD_WEB_RESOURCES ?= TRUE
5959
BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources

0 commit comments

Comments
 (0)