fix duplicate line

This commit is contained in:
otavepto 2024-05-31 10:49:39 +03:00
parent 39efb03cd2
commit fc2d4df438

View File

@ -156,7 +156,6 @@ if _OPTIONS["custom-cmake"] then
mycmake = _OPTIONS["custom-cmake"]
print('using custom cmake: ' .. _OPTIONS["custom-cmake"])
else
if os.host() == 'windows' then
if os.host() == 'windows' then
mycmake = mycmake .. '.exe'
end