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:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user