Skip to content

Commit

Permalink
Update make.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored Feb 26, 2024
1 parent 5a84fd7 commit fec4e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ lm:copy "copy_lua-language-server" {
}

lm:copy "copy_bootstrap" {
input = "make/bootstrap.lua",
inputs = "make/bootstrap.lua",
outputs = "bin/main.lua",
}

lm:msvc_copydll 'copy_vcrt' {
type = "vcrt",
output = "bin",
outputs = "bin",
}

lm:phony "all" {
Expand Down

0 comments on commit fec4e41

Please sign in to comment.