diff options
author | Brian <[email protected]> | 2007-08-03 10:08:16 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-03 10:08:16 -0600 |
commit | 799492e6063245573687db107445dbdc15ed5129 (patch) | |
tree | 3d26e279f1a4a65c11a684fffc64f4d8ebdbd871 | |
parent | f33ff071bbbfbdfa584fe9474e5f374b1f4532bc (diff) |
add OSMESA_LIB_NAME
-rw-r--r-- | configs/bluegene-osmesa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bluegene-osmesa b/configs/bluegene-osmesa index 8e5a54b8f87..02c69e6c67e 100644 --- a/configs/bluegene-osmesa +++ b/configs/bluegene-osmesa @@ -15,6 +15,8 @@ CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOUR MKLIB_OPTIONS = -static +OSMESA_LIB_NAME = libOSMesa.a + # Directories SRC_DIRS = mesa glu DRIVER_DIRS = osmesa |