From 2c5919cd5aa3d7723919f729cab9938df1cc4f94 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 13 May 2017 09:47:04 -0400 Subject: Fix configure bug breaking --with-external-libdir Reported by Marc Espie [ci skip] --- configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.py b/configure.py index f79d2a62b..43f5ec94d 100755 --- a/configure.py +++ b/configure.py @@ -995,6 +995,7 @@ class CompilerInfo(InfoObject): # pylint: disable=too-many-instance-attributes self.add_framework_option = lex.add_framework_option self.add_include_dir_option = lex.add_include_dir_option self.add_lib_option = lex.add_lib_option + self.add_lib_dir_option = lex.add_lib_dir_option self.ar_command = lex.ar_command self.binary_link_commands = force_to_dict(lex.binary_link_commands) self.binary_name = lex.binary_name -- cgit v1.2.3