Unverified Commit c0883f17 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

Fixed keep-empty-dirs flag in build_r.R (fixes #2332) (#2333)

parent 686b0cc2
...@@ -60,7 +60,7 @@ result <- file.copy(from = "CMakeLists.txt", ...@@ -60,7 +60,7 @@ result <- file.copy(from = "CMakeLists.txt",
# NOTE: --keep-empty-dirs is necessary to keep the deep paths expected # NOTE: --keep-empty-dirs is necessary to keep the deep paths expected
# by CMake while also meeting the CRAN req to create object files # by CMake while also meeting the CRAN req to create object files
# on demand # on demand
cmd <- "R CMD build lightgbm_r --keep_empty-dirs" cmd <- "R CMD build lightgbm_r --keep-empty-dirs"
.run_shell_command(cmd) .run_shell_command(cmd)
# Install the package # Install the package
......
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