summaryrefslogtreecommitdiffstats
path: root/src/arrow/dev/tasks/conda-recipes/r-arrow/install.libs.R
blob: 005bbe16b9984b773ce4c72b03f9c31d53cfafa3 (plain)
1
2
3
4
5
src_dir <- file.path(R_PACKAGE_SOURCE, "src", fsep = "/")
dest_dir <- file.path(R_PACKAGE_DIR, paste0("libs", R_ARCH), fsep="/")

dir.create(file.path(R_PACKAGE_DIR, paste0("libs", R_ARCH), fsep="/"), recursive = TRUE, showWarnings = FALSE)
file.copy(file.path(src_dir, "arrow.dll", fsep = "/"), file.path(dest_dir, "lib_arrow.dll", fsep = "/"))