mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
whoops, built
This commit is contained in:
parent
f9b310457c
commit
76ea413184
@ -145,14 +145,14 @@ for package in packages:
|
|||||||
packageDir = deCygwinify(packageDir)
|
packageDir = deCygwinify(packageDir)
|
||||||
etcDir = os.path.join(packageDir, 'etc')
|
etcDir = os.path.join(packageDir, 'etc')
|
||||||
try:
|
try:
|
||||||
inFiles = glob.glob(os.path.join(etcDir, '*.in'))
|
inFiles = glob.glob(os.path.join(etcDir, 'built', '*.in'))
|
||||||
except:
|
except:
|
||||||
inFiles = []
|
inFiles = []
|
||||||
if inFiles:
|
if inFiles:
|
||||||
DoGenPyCode.etcPath.append(etcDir)
|
DoGenPyCode.etcPath.append(etcDir)
|
||||||
|
|
||||||
if package not in ['WINTOOLS', 'DTOOL', 'DIRECT', 'PANDA']:
|
if package not in ['WINTOOLS', 'DTOOL', 'DIRECT', 'PANDA']:
|
||||||
libDir = os.path.join(packageDir, 'lib')
|
libDir = os.path.join(packageDir, 'built', 'lib')
|
||||||
try:
|
try:
|
||||||
files = os.listdir(libDir)
|
files = os.listdir(libDir)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user