File size: 123 Bytes
57db94b |
1 2 3 4 5 6 |
import os
BINARIES_PATHS = [
os.path.join(os.path.join(LOADER_DIR, '../../'), 'x64/vc17/bin')
] + BINARIES_PATHS
|
57db94b |
1 2 3 4 5 6 |
import os
BINARIES_PATHS = [
os.path.join(os.path.join(LOADER_DIR, '../../'), 'x64/vc17/bin')
] + BINARIES_PATHS
|