Include libcdio libraries as appropriate when making pycdio libraries.

This commit is contained in:
R. Bernstein
2008-11-28 00:21:28 -05:00
parent 49cb335c79
commit 3350762059
5 changed files with 23 additions and 2 deletions

View File

@@ -3,6 +3,11 @@
import unittest, sys, os
libdir = os.path.join(os.path.dirname(__file__),
'..', 'build', 'lib.linux-i686-2.5')
if libdir[-1] != os.path.sep:
libdir += os.path.sep
sys.path.insert(0, libdir)
libdir = os.path.join(os.path.dirname(__file__), '..')
if libdir[-1] != os.path.sep:
libdir += os.path.sep