From 7f7e04ad3514bc1f0ee1acbcd33fd451296d299d Mon Sep 17 00:00:00 2001 From: deadwood Date: Tue, 13 Apr 2021 12:13:00 +0200 Subject: [PATCH] Use private SDK --- 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 e2ce576a1a..3d92177bb1 100644 --- a/arch/all-hosted/hidd/sdl/mmakefile.src +++ b/arch/all-hosted/hidd/sdl/mmakefile.src @@ -18,4 +18,4 @@ EXEDIR := $(AROSDIR)/Storage/Monitors %build_prog mmake=kernel-hidd-sdl \ progname=SDL targetdir=$(EXEDIR) \ files=$(FILES) cflags="$(CFLAGS) $(HOST_SDL_CFLAGS)" \ - uselibs="hiddstubs" + uselibs="hiddstubs" usesdks="private"