mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
progs/glsl: add ARCH_FLAGS to LDLIBS
Allows building 32-bit demos on 64-bit Debian host. Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3e882e943c
commit
ab6825b3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) \
|
|||
# using : to avoid APP_CC pointing to CC loop
|
||||
CC := $(APP_CC)
|
||||
CFLAGS := -I$(INCDIR) $(CFLAGS)
|
||||
LDLIBS = $(LIBS)
|
||||
LDLIBS = $(LIBS) $(ARCH_FLAGS)
|
||||
|
||||
PROG_SOURCES = \
|
||||
array.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue