2019-03-27 22:17:37 +00:00
|
|
|
diff --git a/setup.py b/setup.py
|
2020-02-23 03:06:28 +00:00
|
|
|
index 6f7bd7589..321fc6ab0 100644
|
2019-03-27 22:17:37 +00:00
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
2020-02-23 03:06:28 +00:00
|
|
|
@@ -465,6 +465,8 @@ print("-----")
|
2019-03-27 22:17:37 +00:00
|
|
|
|
|
|
|
extensions = []
|
|
|
|
|
|
|
|
+libraries += [ "X11", "GL" ] # statically link x11 and opengl
|
|
|
|
+
|
2020-02-23 03:06:28 +00:00
|
|
|
pybullet_ext = Extension(
|
|
|
|
"pybullet",
|
|
|
|
sources=sources,
|