Skip to content
Snippets Groups Projects
Commit aa77a651 authored by actboy168's avatar actboy168
Browse files

修正编译错误

parent 7d1a60df
Branches
No related tags found
No related merge requests found
Subproject commit b4f80764eb5a5addbf7d9806f9af210a33ca0a21
Subproject commit 83b6f2466b7c085b0fd9b657bf15af4de3c789dd
Subproject commit 882f22a0e47acde91ebe314943d77607e6dc5ca1
Subproject commit 493608eb5a2be4a267e6e63ff3832ec15f30138a
local lm = require 'luamake'
local platform = require "bee.platform"
lm.arch = 'x64'
lm:import '3rd/bee.lua/make.lua'
lm.arch = 'x64'
lm.rootdir = '3rd/'
lm:shared_library 'lni' {
......
......@@ -45,7 +45,7 @@ local sourceDir = fs.path(".")
local extensionDirName = getExtensionDirName(packageDir)
local extensionDir = fs.path(extensionPath) / extensionDirName
if not fs.exists(extensionDir) then
error(extensionDir .. "is not installed.")
error("`" .. extensionDir .. "` is not installed.")
end
if pcall(fs.remove_all, extensionDir / "server" / "bin-bak") then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment