From fc2d4df4380126958eafbb6aff5cdba4d250b4c0 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 31 May 2024 10:49:39 +0300 Subject: [PATCH] fix duplicate line --- premake5-deps.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/premake5-deps.lua b/premake5-deps.lua index 3ec364d9..f88b4c78 100644 --- a/premake5-deps.lua +++ b/premake5-deps.lua @@ -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