mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
demos: add LDFLAGS for corender target, bug 20844
This commit is contained in:
parent
993b7e1d5c
commit
c4c4358e08
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ xrotfontdemo.o: xrotfontdemo.c xuserotfont.h
|
|||
$(APP_CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) xrotfontdemo.c
|
||||
|
||||
corender: corender.o ipc.o
|
||||
$(APP_CC) $(CFLAGS) corender.o ipc.o $(LIBS) -o $@
|
||||
$(APP_CC) $(CFLAGS) $(LDFLAGS) corender.o ipc.o $(LIBS) -o $@
|
||||
|
||||
corender.o: corender.c ipc.h
|
||||
$(APP_CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) corender.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue