Kaynağa Gözat

change: linux下暂不支持内嵌sys.lua,禁用先

Wendal Chen 4 yıl önce
ebeveyn
işleme
3c29431c13
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      .gitignore
  2. 1 1
      bsp/linux/include/luat_conf_bsp.h

+ 1 - 1
.gitignore

@@ -90,4 +90,4 @@ CMakefiles
 bsp/win32/build/
 bsp/win32/release/
 bsp/pico/build/
-
+bsp/linux/build/

+ 1 - 1
bsp/linux/include/luat_conf_bsp.h

@@ -10,7 +10,7 @@
 #define LUAT_CONF_LAUX_BUFFSIZE 1024
 
 #define LUAT_USE_FS_VFS 1
-#define LUAT_USE_VFS_INLINE_LIB 1
+//#define LUAT_USE_VFS_INLINE_LIB 1
 
 #define LUAT_USE_LOG_ASYNC_THREAD 0