mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Don't ship libGLcore.so.1 as it's nvidia-specific
This commit is contained in:
parent
4484076565
commit
71b8c6e7d7
@ -1611,6 +1611,7 @@ class Packager:
|
||||
GlobPattern('libc.so*'),
|
||||
GlobPattern('libGL.so*'),
|
||||
GlobPattern('libGLU.so*'),
|
||||
GlobPattern('libGLcore.so*'),
|
||||
GlobPattern('libX*.so*'),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user