diff options
-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 8e5a54b8f8..02c69e6c67 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 |