mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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('/**'):
|
||||
continue
|
||||
|
||||
pattern_dir = p3d.Filename(pattern.pattern).get_dirname()
|
||||
if abspath.startswith(pattern_dir + '/'):
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user