Wrap text that is longer than 100 characters and remove useless code

This commit is contained in:
iFuSiiOnzZ 2018-08-23 18:47:24 +02:00
parent 4de394eb9b
commit fd203a7a54
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ def get_libcarla_extensions():
os.path.join(pwd, 'dependencies/lib', pylib)]
# https://docs.microsoft.com/es-es/cpp/porting/modifying-winver-and-win32-winnt
extra_compile_args = ['/DPYTHON3X', '/DBOOST_ALL_NO_LIB', '/DBOOST_PYTHON_STATIC_LIB','/DBOOST_ERROR_CODE_HEADER_ONLY', '/D_WIN32_WINNT=0x0501' ]
extra_link_args += []
extra_compile_args = ['/DPYTHON3X', '/DBOOST_ALL_NO_LIB', '/DBOOST_PYTHON_STATIC_LIB',
'/DBOOST_ERROR_CODE_HEADER_ONLY', '/D_WIN32_WINNT=0x0501' ]
else:
raise NotImplementedError