Ignore:
Timestamp:
Feb 9, 2017, 5:56:27 PM (8 years ago)
Author:
Yuri Dario
Message:

python: add cx to list of std libs, improve search filter for import libs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Lib/distutils/emxccompiler.py

    r780 r977  
    221221    # to deal with file naming/searching differences
    222222    def find_library_file(self, dirs, lib, debug=0):
    223         try_names = [lib + ".lib", lib + ".a", "lib" + lib + ".lib", "lib" + lib + ".a"]
     223        try_names = [lib + ".lib", lib + ".a", "lib" + lib + ".lib", "lib" + lib + ".a", "lib" + lib + "_dll.a" ]
    224224
    225225        # get EMX's default library directory search path
Note: See TracChangeset for help on using the changeset viewer.