Skip to content

Commit 6ea91f1

Browse files
committed
Fix deprecated premake warnings
1 parent d8e0276 commit 6ea91f1

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.get() == "windows" then
29+
if os.target() == "windows" then
3030
project "Lua_Client"
3131
language "C++"
3232
kind "SharedLib"

0 commit comments

Comments
 (0)