Skip to content

Commit

Permalink
编译流程先去掉 copy_vcrt
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 28, 2023
1 parent 4ad88e7 commit 2f77a76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ lm:shared_library 'minizip' {
}
}

lm:msvc_copy_vcrt 'copy_vcrt' {
output = 'bin',
}
--lm:msvc_copy_vcrt 'copy_vcrt' {
-- output = 'bin',
--}

lm:build 'install' {
'$luamake', 'lua', 'make/install.lua',
Expand All @@ -207,7 +207,7 @@ lm:build 'install' {
'lni',
'ffi',
'minizip',
'copy_vcrt',
--'copy_vcrt',
}
}

Expand Down

0 comments on commit 2f77a76

Please sign in to comment.