diff options
Diffstat (limited to 'third_party/bzip2/using_bzip2.scons')
-rw-r--r-- | third_party/bzip2/using_bzip2.scons | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/bzip2/using_bzip2.scons b/third_party/bzip2/using_bzip2.scons deleted file mode 100644 index cbe837c..0000000 --- a/third_party/bzip2/using_bzip2.scons +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -__doc__ = """ -Settings for other components using the bzip2 library. -""" - -Import("env") - -if env.WantSystemLib('bzip2'): - env.Append(LIBS = ['bz2']) -else: - env.Append(LIBS = ['bzip2']) |