"include/LightGBM/vscode:/vscode.git/clone" did not exist on "e02ddc445481b79b38de4fc44ff542af032c44cc"
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()
if(WIN32)
if(MINGW OR CYGWIN)
target_link_libraries(lightgbm_objs PUBLIC Ws2_32 IPHLPAPI)
target_link_libraries(lightgbm_objs PUBLIC ws2_32 iphlpapi)
endif()
endif()
......
......@@ -19,7 +19,7 @@ PKG_LIBS = \
${SHLIB_OPENMP_CXXFLAGS} \
${SHLIB_PTHREAD_FLAGS} \
-lws2_32 \
-lIphlpapi
-liphlpapi
OBJECTS = \
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