mirror of
https://github.com/nasa/trick.git
synced 2024-12-25 15:51:05 +00:00
Wrapped JSON include in a flag used to enable/disable siwg interface constructor additions
This commit is contained in:
parent
91caad9ce8
commit
0542f0f500
@ -16,7 +16,7 @@ use File::Path qw(make_path) ;
|
|||||||
use html ;
|
use html ;
|
||||||
use get_paths ;
|
use get_paths ;
|
||||||
use verbose_build ;
|
use verbose_build ;
|
||||||
use JSON::MaybeXS ;
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## ================================================================================
|
## ================================================================================
|
||||||
@ -177,6 +177,10 @@ if ( scalar keys %out_of_date == 0 ) {
|
|||||||
exit ;
|
exit ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if($tmm) {
|
||||||
|
use JSON::PP ;
|
||||||
|
}
|
||||||
## Finally, call process_file() to create SWIG interface files for each of the out_of_date headers.
|
## Finally, call process_file() to create SWIG interface files for each of the out_of_date headers.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user