openbsd includes
This commit is contained in:
@@ -213,6 +213,9 @@ bool preprocess_and_compare()
|
|||||||
Cmd preprocess(
|
Cmd preprocess(
|
||||||
src_type == SrcType::C ? CC : CXX,
|
src_type == SrcType::C ? CC : CXX,
|
||||||
"-E" // preprocess only
|
"-E" // preprocess only
|
||||||
|
#ifdef __OpenBSD__
|
||||||
|
,"-I/usr/local/include" // not included by default on OpenBSD
|
||||||
|
#endif
|
||||||
);
|
);
|
||||||
|
|
||||||
if(src_type == SrcType::C)
|
if(src_type == SrcType::C)
|
||||||
|
|||||||
Reference in New Issue
Block a user