mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
add extra includes directory for 3rd party libraries
This commit is contained in:
@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
|
||||
{ \
|
||||
{ GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, \
|
||||
{ GCC_INCLUDE_DIR, "GCC", 0, 0 }, \
|
||||
{ TOOL_INCLUDE_DIR "/../include", "GCC", 0, 0 }, \
|
||||
{ TOOL_INCLUDE_DIR "/../ndk/include", "GCC", 0, 0 }, \
|
||||
{ CROSS_INCLUDE_DIR, "GCC", 0, 0, 0 }, \
|
||||
{ 0, 0, 0, 0 } \
|
||||
|
||||
Reference in New Issue
Block a user