mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
demos: fix LIBS ref in makefile
This commit is contained in:
parent
536092f9e0
commit
a90cae8a17
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ PROGS = \
|
|||
|
||||
# make executable from .c file:
|
||||
.c: $(LIB_DEP) readtex.o
|
||||
$(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(APP_LIB_DEPS) -o $@
|
||||
$(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(LIBS) -o $@
|
||||
|
||||
|
||||
##### TARGETS #####
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue