File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,12 +319,13 @@ def detect_modules(self):
319319 # the environment variable is not set even though the value were passed
320320 # into configure and stored in the Makefile (issue found on OS X 10.3).
321321 for env_var , arg_name , dir_list in (
322+ ('LDFLAGS' , '-R' , self .compiler .runtime_library_dirs ),
322323 ('LDFLAGS' , '-L' , self .compiler .library_dirs ),
323324 ('CPPFLAGS' , '-I' , self .compiler .include_dirs )):
324325 env_val = sysconfig .get_config_var (env_var )
325326 if env_val :
326327 # To prevent optparse from raising an exception about any
327- # options in env_val that is doesn't know about we strip out
328+ # options in env_val that it doesn't know about we strip out
328329 # all double dashes and any dashes followed by a character
329330 # that is not for the option we are dealing with.
330331 #
You can’t perform that action at this time.
0 commit comments