Revert "feat: obsoletes "require("avante_lib").load()" (#2324)" (#2353)

This commit is contained in:
yetone
2025-06-27 16:31:51 +08:00
committed by GitHub
parent 04aeb3caf4
commit e2d160aa83
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ endif
LUA_VERSIONS := luajit lua51
BUILD_DIR := lua
BUILD_DIR := build
BUILD_FROM_SOURCE ?= false
TARGET_LIBRARY ?= all
@@ -68,7 +68,7 @@ $(BUILD_DIR):
@mkdir -p $(BUILD_DIR)
clean:
@rm -rf $(BUILD_DIR)/*.$(EXT)
@rm -rf $(BUILD_DIR)
luacheck:
@luacheck `find -name "*.lua"` --codes