Skip to content

Commit 8ed6887

Browse files
committed
Revert "Fix deprecated premake warnings"
This reverts commit 9be35680472f5fb081655dc5b2fd6b8d10bb720b.
1 parent 6ea91f1 commit 8ed6887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project "Lua_Server"
2626
targetdir(buildpath("server/x64"))
2727

2828

29-
if os.target() == "windows" then
29+
if os.get() == "windows" then
3030
project "Lua_Client"
3131
language "C++"
3232
kind "SharedLib"

0 commit comments

Comments
 (0)