Skip to content

Commit

Permalink
Fixed keep-empty-dirs flag in build_r.R (fixes #2332) (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 19, 2019
1 parent 686b0cc commit c0883f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_r.R
Expand Up @@ -60,7 +60,7 @@ result <- file.copy(from = "CMakeLists.txt",
# NOTE: --keep-empty-dirs is necessary to keep the deep paths expected
# by CMake while also meeting the CRAN req to create object files
# on demand
cmd <- "R CMD build lightgbm_r --keep_empty-dirs"
cmd <- "R CMD build lightgbm_r --keep-empty-dirs"
.run_shell_command(cmd)

# Install the package
Expand Down

0 comments on commit c0883f1

Please sign in to comment.