remove this cleanup code now

This commit is contained in:
otavepto 2024-05-28 22:20:09 +03:00
parent 1e69939238
commit 07c6f46c03

View File

@ -335,11 +335,6 @@ local function cmake_build(dep_folder, is_32, extra_cmd_defs, c_flags_init, cxx_
return
end
-- clean if required
if _OPTIONS["clean"] then
print('cleaning dir: ' .. install_dir)
os.rmdir(install_dir)
end
-- create dir
if not os.mkdir(install_dir) then
error("failed to create install dir: " .. install_dir)