doc.add( 'PREFIX', cfg.prefix_final )
doc.add( 'PREFIX/', cfg.prefix_final + os.sep )
+ doc.addBlank()
+ doc.add( 'SECURITY.sandbox', int( options.enable_sandbox ))
+ doc.add( 'SECURITY.harden', int( options.enable_harden ))
+
doc.addBlank()
doc.add( 'FEATURE.asm', int( 0 ))
doc.add( 'FEATURE.fdk_aac', int( options.enable_fdk_aac ))
doc.add( 'FEATURE.x265', int( options.enable_x265 ))
doc.add( 'FEATURE.numa', int( options.enable_numa ))
- doc.addBlank()
- doc.add( 'SECURITY.sandbox', int( options.enable_sandbox ))
- doc.add( 'SECURITY.harden', int( options.enable_harden ))
-
if build_tuple.match( '*-*-darwin*' ) and options.cross is None:
doc.add( 'FEATURE.xcode', int( not (Tools.xcodebuild.fail or options.disable_xcode) ))
if not Tools.xcodebuild.fail and not options.disable_xcode: