Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lua-language-server-srb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LJ Sonic
lua-language-server-srb2
Commits
aa77a651
Commit
aa77a651
authored
6 years ago
by
actboy168
Browse files
Options
Downloads
Patches
Plain Diff
修正编译错误
parent
7d1a60df
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
3rd/bee.lua
+1
-1
1 addition, 1 deletion
3rd/bee.lua
3rd/luamake
+1
-1
1 addition, 1 deletion
3rd/luamake
make.lua
+2
-1
2 additions, 1 deletion
make.lua
make/copy.lua
+1
-1
1 addition, 1 deletion
make/copy.lua
with
5 additions
and
4 deletions
bee.lua
@
83b6f246
Compare
b4f80764
...
83b6f246
Subproject commit
b4f80764eb5a5addbf7d9806f9af210a33ca0a21
Subproject commit
83b6f2466b7c085b0fd9b657bf15af4de3c789dd
This diff is collapsed.
Click to expand it.
luamake
@
493608eb
Compare
882f22a0
...
493608eb
Subproject commit
882f22a0e47acde91ebe314943d77607e6dc5ca1
Subproject commit
493608eb5a2be4a267e6e63ff3832ec15f30138a
This diff is collapsed.
Click to expand it.
make.lua
+
2
−
1
View file @
aa77a651
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'
{
...
...
This diff is collapsed.
Click to expand it.
make/copy.lua
+
1
−
1
View file @
aa77a651
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment