Skip to content

Commit

Permalink
fix R
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 4, 2024
1 parent 8fff440 commit 7352a82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion r/adbcpostgresql/bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,18 @@ if (all(file.exists(files_to_vendor))) {
"src/options.h",
"src/utils.c",
"src/utils.h"
"src/reader.h",
"src/writer.h"
),
c(
"src/nanoarrow/nanoarrow.c",
"src/nanoarrow/nanoarrow.h",
"src/nanoarrow/nanoarrow.hpp",
"src/common/options.h",
"src/common/utils.c",
"src/common/utils.h"
"src/common/utils.h",
"src/copy/reader.h",
"src/copy/writer.h"
)
)
cat("All files successfully copied to src/\n")
Expand Down

0 comments on commit 7352a82

Please sign in to comment.