disable-sandbox-for-emul32-builds patch applied
This commit is contained in:
@@ -706,7 +706,8 @@ class Builder:
|
|||||||
|
|
||||||
if func in self.actionLocals:
|
if func in self.actionLocals:
|
||||||
if ctx.get_option('ignore_sandbox') or \
|
if ctx.get_option('ignore_sandbox') or \
|
||||||
not ctx.config.values.build.enablesandbox:
|
not ctx.config.values.build.enablesandbox or \
|
||||||
|
"emul32" in self.build_type:
|
||||||
self.actionLocals[func]()
|
self.actionLocals[func]()
|
||||||
else:
|
else:
|
||||||
import catbox
|
import catbox
|
||||||
|
|||||||
Reference in New Issue
Block a user