R-cran-Rcpp: fix build

This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 18:47:32 +07:00
parent f6a99075c6
commit 76bcaf65f5
2 changed files with 5 additions and 4 deletions

View File

@ -10,10 +10,10 @@ Detect glibc instead.
inst/include/Rcpp/exceptions_impl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inst/include/Rcpp/exceptions_impl.h b/inst/include/Rcpp/exceptions_impl.h
diff --git a/Rcpp/inst/include/Rcpp/exceptions_impl.h b/Rcpp/inst/include/Rcpp/exceptions_impl.h
index 8f45028..74763d9 100644
--- a/inst/include/Rcpp/exceptions_impl.h
+++ b/inst/include/Rcpp/exceptions_impl.h
--- a/Rcpp/inst/include/Rcpp/exceptions_impl.h
+++ b/Rcpp/inst/include/Rcpp/exceptions_impl.h
@@ -34,7 +34,7 @@
defined(__HAIKU__) || \
defined(__ANDROID__)

View File

@ -8,4 +8,5 @@ maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2.0-or-later"
homepage="http://www.rcpp.org/"
changelog="https://raw.githubusercontent.com/RcppCore/Rcpp/master/ChangeLog"
checksum=879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee
checksum="879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee
879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee"