premake5: Fix typo ("platform" => "platforms").

This commit is contained in:
/dev/urandom 2016-01-19 18:04:24 +01:00
parent 1b4e5362c3
commit df1c0fb38c
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -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