From f1b097a54cc1b663961008987bb1775749f2ae10 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 13 Sep 2015 10:36:28 -0400 Subject: [PATCH] scons: Whoops, left a useless comment there. --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index cbe292dd..c79cfcba 100644 --- a/SConstruct +++ b/SConstruct @@ -327,5 +327,4 @@ elif str(platform) == "win32": for targ in target_dirs: env.Install(targ, src_file) break - #env.Command(install_dir, 'Blades of Exile.exe', [Delete(Glob(path.join(install_dir, '*.dll'))), bundle_libraries_for])