Signed-off-by: Rhys Kidd <rhysk...@gmail.com>
---

v2: Adopt alternative approach to replace LDFLAGS with LDLIBS per discussion
with Matt Turner <matts...@gmail.com>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1ae0776..9422b32 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
 
 CFLAGS ?= -g -O2 -march=native -pipe
 CFLAGS += -std=gnu99 -fopenmp
-LDFLAGS = -lepoxy -lgbm
+LDLIBS = -lepoxy -lgbm
 
 run:
 
-- 
2.1.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to