R-cran-Rcpp: fix build
This commit is contained in:
parent
f6a99075c6
commit
76bcaf65f5
|
@ -10,10 +10,10 @@ Detect glibc instead.
|
||||||
inst/include/Rcpp/exceptions_impl.h | 2 +-
|
inst/include/Rcpp/exceptions_impl.h | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
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
|
index 8f45028..74763d9 100644
|
||||||
--- a/inst/include/Rcpp/exceptions_impl.h
|
--- a/Rcpp/inst/include/Rcpp/exceptions_impl.h
|
||||||
+++ b/inst/include/Rcpp/exceptions_impl.h
|
+++ b/Rcpp/inst/include/Rcpp/exceptions_impl.h
|
||||||
@@ -34,7 +34,7 @@
|
@@ -34,7 +34,7 @@
|
||||||
defined(__HAIKU__) || \
|
defined(__HAIKU__) || \
|
||||||
defined(__ANDROID__)
|
defined(__ANDROID__)
|
||||||
|
|
|
@ -8,4 +8,5 @@ maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.rcpp.org/"
|
homepage="http://www.rcpp.org/"
|
||||||
changelog="https://raw.githubusercontent.com/RcppCore/Rcpp/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/RcppCore/Rcpp/master/ChangeLog"
|
||||||
checksum=879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee
|
checksum="879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee
|
||||||
|
879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee"
|
||||||
|
|
Loading…
Reference in New Issue