premake5: Replace "solution" (premake4 keyword) with the new "workspace".

This commit is contained in:
/dev/urandom 2016-01-04 20:03:56 +01:00
parent 9e0fa476f9
commit 1b484ecea3
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -47,7 +47,7 @@ newaction {
end
}
solution "iw4x"
workspace "iw4x"
location ("./build")
configurations { "Normal", "Debug", "DebugStatic", "Release", "ReleaseStatic" }