コード例 #1
0
ファイル: setup.py プロジェクト: pabloua/pyzmq
    def build_extension(self, ext):
        with fix_cxx(self.compiler, ext):
            super().build_extension(ext)

        ext_path = self.get_ext_fullpath(ext.name)
        patch_lib_paths(ext_path, self.compiler.library_dirs)
コード例 #2
0
ファイル: setup.py プロジェクト: fwph/pyzmq
 def build_extension(self, ext):
     build_ext.build_extension(self, ext)
     ext_path = self.get_ext_fullpath(ext.name)
     patch_lib_paths(ext_path, self.compiler.library_dirs)
コード例 #3
0
ファイル: setup.py プロジェクト: ezhangle/pyzmq
 def build_extension(self, ext):
     build_ext.build_extension(self, ext)
     ext_path = self.get_ext_fullpath(ext.name)
     patch_lib_paths(ext_path, self.compiler.library_dirs)