mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Fix annoying 'rpm not found' error on Windows
This commit is contained in:
parent
042dc82416
commit
04949501c6
@ -127,7 +127,7 @@ def GetLibDir():
|
||||
something like "lib" or "lib64" or in some cases, something
|
||||
similar to "lib/x86_64-linux-gnu". """
|
||||
|
||||
if sys.platform == "darwin":
|
||||
if sys.platform in ("darwin", "win32", "cygwin"):
|
||||
return "lib"
|
||||
|
||||
# This one's a bit tricky. Some systems require us to install
|
||||
|
Loading…
x
Reference in New Issue
Block a user