Skip to content

Commit 57363b1

Browse files
committed
Remove extras/msvcbuild.bat
1 parent da8c37d commit 57363b1

File tree

2 files changed

+0
-173
lines changed

2 files changed

+0
-173
lines changed

extras/msvcbuild.bat

Lines changed: 0 additions & 172 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ impl Build {
272272
msvcbuild.current_dir(build_dir.join("src"));
273273

274274
if self.lua52compat {
275-
cp_r(&manifest_dir.join("extras"), &build_dir.join("src"))?;
276275
msvcbuild.arg("lua52compat");
277276
}
278277
if self.debug.unwrap_or(cfg!(debug_assertions)) {

0 commit comments

Comments
 (0)