Unverified Commit 90786966 authored by Marco Vela's avatar Marco Vela Committed by GitHub
Browse files

[ci] use lowercase library names in linker flags (#5870)

parent 7c71db04
...@@ -566,7 +566,7 @@ endif() ...@@ -566,7 +566,7 @@ endif()
if(WIN32) if(WIN32)
if(MINGW OR CYGWIN) if(MINGW OR CYGWIN)
target_link_libraries(lightgbm_objs PUBLIC Ws2_32 IPHLPAPI) target_link_libraries(lightgbm_objs PUBLIC ws2_32 iphlpapi)
endif() endif()
endif() endif()
......
...@@ -19,7 +19,7 @@ PKG_LIBS = \ ...@@ -19,7 +19,7 @@ PKG_LIBS = \
${SHLIB_OPENMP_CXXFLAGS} \ ${SHLIB_OPENMP_CXXFLAGS} \
${SHLIB_PTHREAD_FLAGS} \ ${SHLIB_PTHREAD_FLAGS} \
-lws2_32 \ -lws2_32 \
-lIphlpapi -liphlpapi
OBJECTS = \ OBJECTS = \
boosting/boosting.o \ boosting/boosting.o \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment