targets/egl-static: fix library search order
authorChia-I Wu <olv@lunarg.com>
Tue, 28 Jun 2011 06:23:20 +0000 (15:23 +0900)
committerChia-I Wu <olv@lunarg.com>
Tue, 28 Jun 2011 06:25:00 +0000 (15:25 +0900)
commit24137afb315007c4e686b494d4565c5bd3d2d97f
treebec7b8e910471b961760f77bedafe50a598648c4
parentaa281dd3924cf76e24c0e8cbd971f58d082cd4cd
targets/egl-static: fix library search order

Use

  $(MKLIB) -ldflags '-L$(TOP)/$(LIB_DIR)'

instead of

  $(MKLIB) -L$(TOP)/$(LIB_DIR)

to make sure the local library path appears before system's.
src/gallium/targets/egl-static/Makefile