mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
build: Build src/glsl with visibility CFLAGS
This commit is contained in:
parent
710a90ccaf
commit
8746f641bb
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# builtin_compiler is built before libglsl to generate builtin_function.cpp for libglsl.
|
||||
# For this to work, a dummy version of builtin_function.cpp, builtin_stubs.cpp, is used.
|
||||
|
||||
AM_CFLAGS = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_srcdir)/src/mesa/ \
|
||||
|
|
@ -31,8 +31,8 @@ AM_CFLAGS = \
|
|||
$(DEFINES) \
|
||||
$(LIBRARY_DEFINES) \
|
||||
$(API_DEFINES)
|
||||
|
||||
AM_CXXFLAGS = $(AM_CFLAGS)
|
||||
AM_CFLAGS = $(VISIBILITY_CFLAGS)
|
||||
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
|
||||
|
||||
AM_LFLAGS = --nounistd -o$(LEX_OUTPUT_ROOT).c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue