mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
remove this cleanup code now
This commit is contained in:
parent
1e69939238
commit
07c6f46c03
1 changed files with 0 additions and 5 deletions
|
@ -335,11 +335,6 @@ local function cmake_build(dep_folder, is_32, extra_cmd_defs, c_flags_init, cxx_
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
-- clean if required
|
|
||||||
if _OPTIONS["clean"] then
|
|
||||||
print('cleaning dir: ' .. install_dir)
|
|
||||||
os.rmdir(install_dir)
|
|
||||||
end
|
|
||||||
-- create dir
|
-- create dir
|
||||||
if not os.mkdir(install_dir) then
|
if not os.mkdir(install_dir) then
|
||||||
error("failed to create install dir: " .. install_dir)
|
error("failed to create install dir: " .. install_dir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue