mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Search the "backward" C++ compatibility include dir also.
This commit is contained in:
parent
1fd8bea50e
commit
f09cdb5b44
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
/* Look for the include files in the system-defined places. */
|
||||
#define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/g++"
|
||||
#define GPLUSPLUS_BACKWARD_INCLUDE_DIR PREFIX"/include/g++/backward"
|
||||
#define GCC_INCLUDE_DIR PREFIX"/include"
|
||||
#ifdef CROSS_COMPILE
|
||||
#define CROSS_INCLUDE_DIR PREFIX"/include"
|
||||
|
|
|
|||
Loading…
Reference in a new issue