Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
90786966
"include/LightGBM/vscode:/vscode.git/clone" did not exist on "e02ddc445481b79b38de4fc44ff542af032c44cc"
Unverified
Commit
90786966
authored
May 06, 2023
by
Marco Vela
Committed by
GitHub
May 06, 2023
Browse files
[ci] use lowercase library names in linker flags (#5870)
parent
7c71db04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
R-package/src/Makevars.win.in
R-package/src/Makevars.win.in
+1
-1
No files found.
CMakeLists.txt
View file @
90786966
...
...
@@ -566,7 +566,7 @@ endif()
if
(
WIN32
)
if
(
MINGW OR CYGWIN
)
target_link_libraries
(
lightgbm_objs PUBLIC
W
s2_32
IPHLPAPI
)
target_link_libraries
(
lightgbm_objs PUBLIC
w
s2_32
iphlpapi
)
endif
()
endif
()
...
...
R-package/src/Makevars.win.in
View file @
90786966
...
...
@@ -19,7 +19,7 @@ PKG_LIBS = \
${SHLIB_OPENMP_CXXFLAGS} \
${SHLIB_PTHREAD_FLAGS} \
-lws2_32 \
-l
I
phlpapi
-l
i
phlpapi
OBJECTS = \
boosting/boosting.o \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment