Commit e1cc961b authored by Olivier Aubert's avatar Olivier Aubert

bindings/mediacontrol-python/setup.py: deactivate PIC support for

linux also (I do no quite know the current status, but it works for me this way at the moment).
parent 64e68cb4
...@@ -21,8 +21,10 @@ except KeyError: ...@@ -21,8 +21,10 @@ except KeyError:
if not srcdir: if not srcdir:
srcdir = '.' srcdir = '.'
if os.sys.platform in ('win32', 'darwin'): #if os.sys.platform in ('win32', 'darwin'):
# Do not use PIC version on win32 and Mac OS X # Do not use PIC version on win32 and Mac OS X
if True:
# PIC version seems to be disabled on all platforms
vlclib=os.path.join( top_builddir, 'src', 'libvlc.a' ) vlclib=os.path.join( top_builddir, 'src', 'libvlc.a' )
picflag='' picflag=''
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment