From fc4d531e3cd9249a4731e391921e8000ecd1c162 Mon Sep 17 00:00:00 2001 From: Max Argus Date: Sat, 27 Oct 2018 21:54:33 +0200 Subject: [PATCH] pip egl install: added btThreads.cpp --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 86b07206a..826e90b39 100644 --- a/setup.py +++ b/setup.py @@ -463,15 +463,16 @@ egl_renderer_sources = \ +["src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp"]\ +["src/Bullet3Common/b3Logging.cpp"]\ +["src/LinearMath/btAlignedAllocator.cpp"]\ -+["src/LinearMath/btGeometryUtil.cpp"]\ +["src/LinearMath/btConvexHull.cpp"]\ -+["src/LinearMath/btConvexHullComputer.cpp"]\ ++["src/LinearMath/btConvexHullComputer.cpp"] \ ++["src/LinearMath/btGeometryUtil.cpp"]\ ++["src/LinearMath/btQuickprof.cpp"] \ ++["src/LinearMath/btThreads.cpp"] \ +["src/Bullet3Common/b3AlignedAllocator.cpp"] \ +["examples/ThirdPartyLibs/glad/gl.c"]\ +["examples/OpenGLWindow/GLInstancingRenderer.cpp"]\ +["examples/OpenGLWindow/GLRenderToTexture.cpp"] \ -+["examples/OpenGLWindow/LoadShader.cpp"] \ -+["src/LinearMath/btQuickprof.cpp"] ++["examples/OpenGLWindow/LoadShader.cpp"] if 'BT_USE_EGL' in CXX_FLAGS: sources += ['examples/ThirdPartyLibs/glad/egl.c']