openbsd includes

This commit is contained in:
vrd
2024-06-26 18:19:57 +03:00
parent 2f94acd618
commit c003797c4f
+3
View File
@@ -213,6 +213,9 @@ bool preprocess_and_compare()
Cmd preprocess(
src_type == SrcType::C ? CC : CXX,
"-E" // preprocess only
#ifdef __OpenBSD__
,"-I/usr/local/include" // not included by default on OpenBSD
#endif
);
if(src_type == SrcType::C)