Skip to content

Commit 5b9ed14

Browse files
author
Yu Gong
committed
make RcppEigen compile and install haiku-os
1 parent db80397 commit 5b9ed14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class MatrixMarketIterator
193193
std::string curfile;
194194
curfile = m_folder + "/" + m_curs_id->d_name;
195195
// Discard if it is a folder
196-
#if !(defined(__sun) || defined(_AIX) || defined(__hpux) || defined(__sgi))
196+
#if !(defined(__sun) || defined(_AIX) || defined(__hpux) || defined(__sgi) || defined(__HAIKU__))
197197
if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems
198198
#endif
199199
// struct stat st_buf;

0 commit comments

Comments
 (0)