Skip to content

Commit

Permalink
Added windows patch for mime.core
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenstein64 committed May 30, 2024
1 parent e3ca4a7 commit 3b48c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luasocket-scm-3.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ local function make_plat(plat)
modules["socket.core"].sources[#modules["socket.core"].sources+1] = "src/wsocket.c"
modules["socket.core"].libraries = { "ws2_32" }
modules["socket.core"].libdirs = {}
modules["mime.core"].libdirs = {}
end
return { modules = modules }
end
Expand Down

0 comments on commit 3b48c99

Please sign in to comment.