mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
minor fix for pre-mt.exe compilers
This commit is contained in:
parent
5455b869b2
commit
a5303df87a
@ -807,7 +807,7 @@ class Packager:
|
|||||||
tempFile.unlink()
|
tempFile.unlink()
|
||||||
if filenames is None:
|
if filenames is None:
|
||||||
self.notify.warning("Unable to determine dependencies from %s" % (file.filename))
|
self.notify.warning("Unable to determine dependencies from %s" % (file.filename))
|
||||||
continue
|
filenames = []
|
||||||
|
|
||||||
# Extract the manifest file so we can figure out the dependent assemblies.
|
# Extract the manifest file so we can figure out the dependent assemblies.
|
||||||
tempFile = Filename.temporary('', 'p3d_', '.manifest')
|
tempFile = Filename.temporary('', 'p3d_', '.manifest')
|
||||||
@ -828,7 +828,7 @@ class Packager:
|
|||||||
tempFile.unlink()
|
tempFile.unlink()
|
||||||
if afilenames is None and out != 31:
|
if afilenames is None and out != 31:
|
||||||
self.notify.warning("Unable to determine dependent assemblies from %s" % (file.filename))
|
self.notify.warning("Unable to determine dependent assemblies from %s" % (file.filename))
|
||||||
continue
|
|
||||||
if afilenames is not None:
|
if afilenames is not None:
|
||||||
filenames += afilenames
|
filenames += afilenames
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user