diff --git a/apis/r/src/Makevars.in b/apis/r/src/Makevars.in index b5fb18caf4..23afcf602a 100644 --- a/apis/r/src/Makevars.in +++ b/apis/r/src/Makevars.in @@ -1,7 +1,7 @@ CXX_STD = CXX20 ## We need the TileDB Headers, and for macOS aka Darwin need to set minimum version 10.14 for macOS -PKG_CPPFLAGS = -I. -I../inst/include/ @tiledb_include@ @cxx20_macos@ +PKG_CPPFLAGS = -I. -I../inst/include/ @tiledb_include@ @cxx20_macos@ -DSPDLOG_USE_STD_FORMAT ## We also need the TileDB library PKG_LIBS = @cxx20_macos@ @tiledb_libs@ @tiledb_rpath@