mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Remove confusing warning message
This commit is contained in:
parent
7c3999289d
commit
354609aea5
@ -1044,8 +1044,8 @@ def CheckLinkerLibraryPath():
|
||||
if (os.environ.has_key("LD_LIBRARY_PATH")):
|
||||
ldpath = ldpath + os.environ["LD_LIBRARY_PATH"].split(":")
|
||||
if (ldpath.count(builtlib)==0):
|
||||
WARNINGS.append("Caution: the "+os.path.join(OUTPUTDIR,"lib")+" directory is not in LD_LIBRARY_PATH")
|
||||
WARNINGS.append("or /etc/ld.so.conf. You must add it before using panda.")
|
||||
#WARNINGS.append("Caution: the "+os.path.join(OUTPUTDIR,"lib")+" directory is not in LD_LIBRARY_PATH")
|
||||
#WARNINGS.append("or /etc/ld.so.conf. You must add it before using panda.")
|
||||
if (os.environ.has_key("LD_LIBRARY_PATH")):
|
||||
os.environ["LD_LIBRARY_PATH"] = builtlib + ":" + os.environ["LD_LIBRARY_PATH"]
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user