mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +01:00
osmesa: drop obsolete AM_CXXFLAGS
There is no cpp files during the build process, thus we can safely drop the unused cxxflags. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
927b9e8eb8
commit
eda9a66f7e
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ AM_CPPFLAGS = \
|
|||
$(DEFINES)
|
||||
AM_CFLAGS = $(PTHREAD_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
AM_CXXFLAGS = $(PTHREAD_CFLAGS) \
|
||||
$(VISIBILITY_CXXFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = lib@OSMESA_LIB@.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue