Sfoglia il codice sorgente

add:linux修复加载脚本失败

Dozingfiretruck 4 anni fa
parent
commit
4ee5336295
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bsp/linux/port/luat_base_linux.c

+ 1 - 1
bsp/linux/port/luat_base_linux.c

@@ -92,7 +92,7 @@ int luat_fs_init(void) {
 		.busname = "",
 		.type = "posix",
 		.filesystem = "posix",
-		.mount_point = "/", // window环境下, 需要支持任意路径的读取,不能强制要求必须是/
+		.mount_point = "", // window环境下, 需要支持任意路径的读取,不能强制要求必须是/
 	};
 	luat_fs_mount(&conf);
 	#ifdef LUAT_USE_VFS_INLINE_LIB