Fix file locking in -rebuild

This commit is contained in:
Joshua Granick
2017-09-25 16:47:32 -07:00
parent 0bdeee533d
commit cac79f90ca

View File

@@ -470,9 +470,12 @@ class CommandLineTools {
}
for (arg in args) {
if (arg == "-nocffi") {
// TODO: Allow -rebuild without locking native binary?
if (arg == "-nocffi" || arg == "-rebuild") {
CFFI.enabled = false;