소스 검색

Remove manual set lib

Former-commit-id: dd657f3cf0c216fc094219169bbdb9707b5b4e39
Zhongshi 6 년 전
부모
커밋
241d83aa15
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      python/setup.py

+ 0 - 1
python/setup.py

@@ -50,7 +50,6 @@ class CMakeBuild(build_ext):
 
         cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
                       '-DPYTHON_EXECUTABLE=' + sys.executable,
-                      '-DPYTHON_LIBRARY=' + python_library,
                       '-DPYTHON_INCLUDE_DIR=' + python_include_directory, ]
 
         cfg = 'Debug' if self.debug else 'Release'