mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
typo
This commit is contained in:
parent
6ae91cabd2
commit
b4df14be69
@ -353,7 +353,7 @@ def makeXpiFile():
|
||||
for subdir in subdirs:
|
||||
platform = FirefoxPlatformMap.get(subdir, None)
|
||||
path = os.path.join(root, subdir)
|
||||
if subdir and os.path.isdir(path):
|
||||
if platform and os.path.isdir(path):
|
||||
# Create the XPI directory platform/<platform name>/plugins
|
||||
pluginsXpiDir = 'platform/%s/plugins' % (platform)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user