Skip to content

Commit

Permalink
更新bee和luamake
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Aug 29, 2021
1 parent 76487d7 commit db51575
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rd/bee.lua
5 changes: 2 additions & 3 deletions make.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
local lm = require 'luamake'

lm:import("3rd/bee.lua/make.lua", {
EXE_RESOURCE = "../../make/lua-language-server.rc"
})
lm.EXE_RESOURCE = "../../make/lua-language-server.rc"
lm:import "3rd/bee.lua/make.lua"

lm:lua_dll 'lpeglabel' {
rootdir = '3rd',
Expand Down

0 comments on commit db51575

Please sign in to comment.