mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
dist: Fix line of code that mysteriously disappeared
This commit is contained in:
parent
4cf32bece3
commit
4e6395e07a
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -995,6 +995,7 @@ class build_apps(setuptools.Command):
|
|||||||
not pattern.pattern.endswith('/**'):
|
not pattern.pattern.endswith('/**'):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
pattern_dir = p3d.Filename(pattern.pattern).get_dirname()
|
||||||
if abspath.startswith(pattern_dir + '/'):
|
if abspath.startswith(pattern_dir + '/'):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user