premake5: Fix typo ("platform" => "platforms").
This commit is contained in:
parent
1b4e5362c3
commit
df1c0fb38c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user