Remove manual set lib

This commit is contained in:
Zhongshi
2018-08-04 20:42:15 -07:00
committed by Zhongshi Jiang
parent fe35eb05ee
commit dd657f3cf0
-1
View File
@@ -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'