mirror of
https://github.com/nasa/trick.git
synced 2025-06-06 01:11:50 +00:00
Add support for Mac's removal of /usr/include #810
Add line to ignore all files from /usr/local/include explicitly while creating makefile for swig processing.
This commit is contained in:
parent
de572d714b
commit
f117839d2f
@ -60,6 +60,7 @@ sub read_files_to_process() {
|
|||||||
|
|
||||||
# skip system headers that are missed by the compiler -MM flag
|
# skip system headers that are missed by the compiler -MM flag
|
||||||
next if ( $word =~ /^\/usr\/include/ ) ;
|
next if ( $word =~ /^\/usr\/include/ ) ;
|
||||||
|
next if ( $word =~ /^\/usr\/local\/include/ ) ;
|
||||||
|
|
||||||
# skip Trick headers
|
# skip Trick headers
|
||||||
my $trick_home = $ENV{'TRICK_HOME'} ;
|
my $trick_home = $ENV{'TRICK_HOME'} ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user