From 27f40330764d948d9e9bffabe76b02a6b54f957a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 17 Aug 2010 12:40:59 +0000 Subject: [PATCH] Try gain again to fix the makefile for lua detection. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1578 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 44468fdf..6729f7da 100644 --- a/src/Makefile +++ b/src/Makefile @@ -202,8 +202,8 @@ else LUACOPT = LUALOPT = else - LUACOPT = `pkg-config lua --cflags || pkg-config lua5.1 --cflags || pkg-config lua-5.1 --cflags` - LUALOPT = `pkg-config lua --libs || pkg-config lua5.1 --libs || pkg-config lua-5.1 --libs` + LUACOPT = `pkg-config lua --cflags --silence-errors ||pkg-config lua5.1 --cflags --silence-errors ||pkg-config lua-5.1 --cflags` + LUALOPT = `pkg-config lua --libs --silence-errors ||pkg-config lua5.1 --libs --silence-errors ||pkg-config lua-5.1 --libs` endif # These can only be used under linux and maybe freebsd. They allow to compile for the gp2x or to create a windows binary