Wrapped JSON include in a flag used to enable/disable siwg interface constructor additions

This commit is contained in:
Mark Herring 2024-09-30 13:58:21 -05:00
parent 91caad9ce8
commit 0542f0f500

View File

@ -16,7 +16,7 @@ use File::Path qw(make_path) ;
use html ;
use get_paths ;
use verbose_build ;
use JSON::MaybeXS ;
##
## ================================================================================
@ -177,6 +177,10 @@ if ( scalar keys %out_of_date == 0 ) {
exit ;
}
if($tmm) {
use JSON::PP ;
}
## Finally, call process_file() to create SWIG interface files for each of the out_of_date headers.
##