From 9c5438cb0b36a3a5054fa9c376b6ded0e4c5f646 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Fri, 17 Oct 2008 09:44:44 +0000 Subject: [PATCH] Whatever you do, do not mix tabs and spaces! git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@897 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f1fcdd0ea6..329e903f00 100644 --- a/SConstruct +++ b/SConstruct @@ -81,7 +81,7 @@ if sys.platform == 'darwin': properties.update(srcNode.value) for dstNode in target: writePlist(properties, str(dstNode)) - builders['Plist'] = Builder(action = createPlist) + builders['Plist'] = Builder(action = createPlist) lib_paths = include_paths