proper admin tool;
authorwenzelm
Sat, 12 Nov 2016 12:06:42 +0100
changeset 64502 271e98c1fa40
parent 64501 234571db1b90
child 64503 365021be3c5b
proper admin tool;
src/Pure/Admin/build_polyml.scala
--- a/src/Pure/Admin/build_polyml.scala	Sat Nov 12 11:19:30 2016 +0100
+++ b/src/Pure/Admin/build_polyml.scala	Sat Nov 12 12:06:42 2016 +0100
@@ -185,5 +185,5 @@
         build_polyml(root, sha1_root = sha1_root, progress = new Console_Progress,
           arch_64 = arch_64, options = options, other_bash = other_bash)
       }
-    })
+    }, admin = true)
 }