From df1c0fb38c3d6b7a181f8a6a3b4f2d928c05a807 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 19 Jan 2016 18:04:24 +0100 Subject: [PATCH] premake5: Fix typo ("platform" => "platforms"). --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 2db3c11c..3807bc2a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -92,7 +92,7 @@ workspace "iw4x" files { "./src/**.hpp", "./src/**.cpp" } includedirs { "%{prj.location}", "./src" } architecture "x32" - platform "x86" + platforms "x86" -- Pre-compiled header pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives