mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
build: Add visibility CFLAGS to OSMesa
(cherry picked from commit 24ded89876)
This commit is contained in:
parent
c8669c7ba7
commit
76732c9ca5
1 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,10 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa/ \
|
||||
$(DEFINES) \
|
||||
$(API_DEFINES)
|
||||
AM_CFLAGS = $(PTHREAD_CFLAGS)
|
||||
AM_CXXFLAGS = $(PTHREAD_CFLAGS)
|
||||
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