diff options
author | Tom Fogal <[email protected]> | 2011-01-10 15:37:26 -0700 |
---|---|---|
committer | Tom Fogal <[email protected]> | 2011-01-10 15:39:21 -0700 |
commit | 0e3ff159f950f7481af53506a8331476bc54c00f (patch) | |
tree | 1e4444c86555dad31f216dd71082542ea9b04f6d /configs | |
parent | a988ddf3798e0ec568704e4a72b46030079c7e45 (diff) |
Add GLX_TLS setting to configs/default.
Should have gone in with 31351dc029ff0e12a250e3ffc509f4f01e025a24,
thanks to Dan Nicholson for noticing.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 394dc17f68d..b9694152787 100644 --- a/configs/default +++ b/configs/default @@ -25,6 +25,7 @@ CXXFLAGS = -O LDFLAGS = HOST_CFLAGS = $(CFLAGS) GLU_CFLAGS = +GLX_TLS = no # Compiler for building demos/tests/etc APP_CC = $(CC) |