summaryrefslogtreecommitdiff
path: root/make/copy_vcrt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'make/copy_vcrt.lua')
-rw-r--r--make/copy_vcrt.lua6
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
-)