diff options
Diffstat (limited to 'third_party/bzip2')
-rw-r--r-- | third_party/bzip2/using_bzip2.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bzip2/using_bzip2.scons b/third_party/bzip2/using_bzip2.scons index a7706f5..b41bca2 100644 --- a/third_party/bzip2/using_bzip2.scons +++ b/third_party/bzip2/using_bzip2.scons @@ -10,6 +10,6 @@ Import("env") env.Append( LIBS = [ - 'bzip2', + env['BZIP2_LIB'], ], ) |