diff options
author | actboy168 <actboy168@gmail.com> | 2022-04-25 15:25:36 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2022-04-25 15:25:45 +0800 |
commit | f4b84ee34638cb2950ca3776d2b26abc3edc9031 (patch) | |
tree | d54ea8695ee6b4cd1afa255b40ec8db5f70a4309 /make/copy_vcrt.lua | |
parent | 9fa031a22f4481775dcd233be1382a73c2bc3064 (diff) | |
download | lua-language-server-f4b84ee34638cb2950ca3776d2b26abc3edc9031.zip |
clean build scripts
Diffstat (limited to 'make/copy_vcrt.lua')
-rw-r--r-- | make/copy_vcrt.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make/copy_vcrt.lua b/make/copy_vcrt.lua deleted file mode 100644 index bd08a9fa..00000000 --- a/make/copy_vcrt.lua +++ /dev/null @@ -1,6 +0,0 @@ -local output, arch = ... -local fs = require 'bee.filesystem' -require 'msvc'.copy_vcrt( - arch == "x86" and 'x86' or 'x64', - fs.current_path() / output -) |