mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Automatically locate potentially conflicting ppremake and makepanda libraries on the library path, and warn if it finds them
This commit is contained in:
parent
f02f93b6f6
commit
c7b77fb6f0
@ -1384,6 +1384,10 @@ def WriteConfigSettings():
|
||||
WriteConfigSettings()
|
||||
|
||||
MoveAwayConflictingFiles()
|
||||
if "libdtoolbase" in GetLibCache():
|
||||
print "%sWARNING:%s Found conflicting Panda3D libraries from other ppremake build!" % (GetColor("red"), GetColor())
|
||||
if "libp3dtoolconfig" in GetLibCache():
|
||||
print "%sWARNING:%s Found conflicting Panda3D libraries from other makepanda build!" % (GetColor("red"), GetColor())
|
||||
|
||||
##########################################################################################
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user