diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2019-03-20 21:43:19 +0100 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2019-03-20 21:43:55 +0100 |
commit | 9c3ddf05cb9c59817d885e9daca6e8f61c89dc97 (patch) | |
tree | 7342d3341c456e5dec9ef1b1414b9b2bae353de8 /platform | |
parent | 4db0f51b9aa76cfc7649787fe1970af606ce8dab (diff) |
Revert accidental commits
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4.
This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/x11/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index c36013a31a..b5ad59e60a 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -293,7 +293,7 @@ def configure(env): env.Append(CPPPATH=['#platform/x11']) env.Append(CPPFLAGS=['-DX11_ENABLED', '-DUNIX_ENABLED', '-DOPENGL_ENABLED', '-DGLES_ENABLED']) - env.Append(LIBS=['GL', 'pthread', 'rt']) + env.Append(LIBS=['GL', 'pthread']) if (platform.system() == "Linux"): env.Append(LIBS=['dl']) |