瀏覽代碼

Update Makefile.Web

Ray 1 年之前
父節點
當前提交
bee6d7f065
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/Makefile.Web

+ 1 - 1
examples/Makefile.Web

@@ -268,7 +268,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
     # are specified per-example for optimization
 
     # Define a custom shell .html and output extension
-    LDFLAGS += --shell-file $(RAYLIB_PATH)/src/minshell.html
+    LDFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
     EXT = .html
 endif