pull/1/head
DiMartinoXBMC 2015-07-14 23:02:05 +03:00
parent 950e0b8a32
commit cf02d31e71
5 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ if __settings__.getSetting('plugin_name')!=__plugin__:
log('platform ' + str(platform))
try:
if platform['system'] in ['darwin', 'linux_x86', 'linux_x86_64', 'windows']:
if platform['system'] in ['darwin', 'linux_x86', 'windows']:
import libtorrent
elif platform['system'] in ['linux_arm']:
elif platform['system'] in ['linux_x86_64']:
from ctypes import *
dll_path=os.path.join(dest_path, 'libtorrent-rasterbar.so.7')
log('CDLL path = ' + dll_path)