summaryrefslogtreecommitdiff
path: root/server/compile.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-18 13:30:59 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-18 13:30:59 +0800
commitdc5012e2f039c5266246fd129346783c6dbb8af2 (patch)
treee40ffa6aefbc996d02ee0f284b303ba9b445a798 /server/compile.lua
parent8004c5b898501b822c53860f63cfbe644048107e (diff)
downloadlua-language-server-dc5012e2f039c5266246fd129346783c6dbb8af2.zip
更新bee
Diffstat (limited to 'server/compile.lua')
-rw-r--r--server/compile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/compile.lua b/server/compile.lua
index 3b6d55e2..882ff232 100644
--- a/server/compile.lua
+++ b/server/compile.lua
@@ -11,7 +11,7 @@ local function compileRelease()
Configuration = 'Release',
Platform = 'x86'
}
- msvc:compile('build', root / 'bee.lua' / 'project' / 'bee.sln', property)
+ msvc:compile('build', root / 'bee.lua' / 'bee.sln', property)
end
local function copyFile()