Skip to content
Snippets Groups Projects
Commit a3f2c24f authored by 最萌小汐's avatar 最萌小汐
Browse files

remove rcedit

parent ef7154c7
No related branches found
No related tags found
No related merge requests found
Subproject commit b807b34a644c86c0b0d89c7f073967e79202731a
......@@ -23,20 +23,6 @@ lm:shared_library 'lpeglabel' {
ldflags = platform.OS == "Windows" and "/EXPORT:luaopen_lpeglabel",
}
if platform.OS == "Windows" then
lm:executable 'rcedit' {
sources = 'rcedit/src/*.cc',
defines = {
'_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING'
},
flags = {
'/wd4477',
'/wd4244',
'/wd4267',
}
}
end
lm:build 'install' {
'$luamake', 'lua', 'make/install.lua', lm.plat,
deps = {
......@@ -44,7 +30,6 @@ lm:build 'install' {
'lpeglabel',
'bee',
'bootstrap',
platform.OS == "Windows" and "rcedit"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment