From 0ad90ba89e2f8de33c8e65a15133a2706575028e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 6 Aug 2010 11:37:27 -0400 Subject: [build] Don't init threads Not needed and doesn't work on F12 --- bin/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/build b/bin/build index eb6bf21..d4b593a 100755 --- a/bin/build +++ b/bin/build @@ -4,8 +4,6 @@ import os,sys,subprocess,tempfile from multiprocessing import cpu_count import glib,gio -glib.threads_init() - if 'INROOT_DIR' not in os.environ: print "INROOT_DIR not set; run under inroot" sys.exit(1) -- cgit