Skip to content

Commit

Permalink
Merge pull request #11248 from Rechi/winSockets
Browse files Browse the repository at this point in the history
[win] always link with Windows Sockets
  • Loading branch information
Paxxi committed Dec 22, 2016
2 parents 7e38d60 + fa51d9d commit d4dd65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/scripts/windows/ArchSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ link_directories(${CMAKE_SOURCE_DIR}/lib/win32/ffmpeg/bin
${CMAKE_SOURCE_DIR}/project/BuildDependencies/lib)

# Additional libraries
list(APPEND DEPLIBS d3d11.lib DInput8.lib DSound.lib winmm.lib Mpr.lib Iphlpapi.lib
list(APPEND DEPLIBS d3d11.lib DInput8.lib DSound.lib winmm.lib Mpr.lib Iphlpapi.lib WS2_32.lib
PowrProf.lib setupapi.lib dwmapi.lib yajl.lib dxguid.lib DelayImp.lib)

# NODEFAULTLIB option
Expand Down

0 comments on commit d4dd65b

Please sign in to comment.