Skip to content

Commit 91d3bef

Browse files
author
Sparky
authored
Update premake5.lua
1 parent c60fcd8 commit 91d3bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/premake5.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ CreateWorkspace({name = "socket.core"})
6363
filter("system:windows")
6464
local windowsdefines = {
6565
"LUASOCKET_API=__declspec(dllexport)",
66-
"MIME_API=__declspec(dllexport)",
67-
"getaddrinfo=__wrap_getaddrinfo"
66+
"MIME_API=__declspec(dllexport)"
6867
}
6968
if whitelist then windowsdefines[#windowsdefines+1] = "getaddrinfo=__wrap_getaddrinfo" end
7069
defines(windowsdefines)

0 commit comments

Comments
 (0)