mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
whups
This commit is contained in:
parent
0f723e4cb8
commit
c5c7eae394
@ -139,7 +139,7 @@ def makePackedApp(args):
|
|||||||
name, version, host = tokens[:3]
|
name, version, host = tokens[:3]
|
||||||
requires.append((name, version, host))
|
requires.append((name, version, host))
|
||||||
elif option == '-s':
|
elif option == '-s':
|
||||||
packager.installSearch.appendDirectory(Filename.fromOsSpecific(value))
|
packager.installSearch.append(Filename.fromOsSpecific(value))
|
||||||
elif option == '-D':
|
elif option == '-D':
|
||||||
allowPythonDev = True
|
allowPythonDev = True
|
||||||
elif option == '-h':
|
elif option == '-h':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user