refactoring
This commit is contained in:
parent
7ceca771e3
commit
0ba9357e2c
@ -27,7 +27,7 @@ WHEEL_LIBS_PACKAGE = 'openvino.libs'
|
|||||||
PYTHON_VERSION = f'python{sys.version_info.major}.{sys.version_info.minor}'
|
PYTHON_VERSION = f'python{sys.version_info.major}.{sys.version_info.minor}'
|
||||||
|
|
||||||
LIBS_DIR = 'bin' if platform.system() == 'Windows' else 'lib'
|
LIBS_DIR = 'bin' if platform.system() == 'Windows' else 'lib'
|
||||||
CONFIG = 'Release' if platform.system() == 'Windows' else ''
|
CONFIG = 'Release' if platform.system() in {'Windows' , 'Darwin'} else ''
|
||||||
|
|
||||||
machine = platform.machine()
|
machine = platform.machine()
|
||||||
if machine == 'x86_64' or machine == 'AMD64':
|
if machine == 'x86_64' or machine == 'AMD64':
|
||||||
|
Loading…
Reference in New Issue
Block a user