From 1e4606513cd158b824a63b015ecba3e08daa3c75 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Sat, 2 May 2015 15:21:38 +0000 Subject: [PATCH] sdl.hidd: Don't specify -I/usr/include - it breaks cross compiles Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50585 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-hosted/hidd/sdl/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/all-hosted/hidd/sdl/mmakefile.src b/arch/all-hosted/hidd/sdl/mmakefile.src index 8a846d76b3..a32ce97220 100644 --- a/arch/all-hosted/hidd/sdl/mmakefile.src +++ b/arch/all-hosted/hidd/sdl/mmakefile.src @@ -5,5 +5,5 @@ EXEDIR := $(AROSDIR)/Storage/Monitors %build_prog mmake=kernel-hidd-sdl \ progname=SDL targetdir=$(EXEDIR) \ - files=$(FILES) cflags="$(CFLAGS) $(SDL_CFLAGS) -I/usr/include" \ + files=$(FILES) cflags="$(CFLAGS) $(SDL_CFLAGS)" \ uselibs="hiddstubs" -- 2.11.4.GIT