From 03806794e0853a14482cb0513db3df9520d9ddeb Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Sat, 19 Apr 2014 22:50:27 +0200 Subject: [PATCH] prepare phase - copy libs from correct directory --- sdl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/build.gradle b/sdl/build.gradle index 43d3b4b..fbdee3c 100644 --- a/sdl/build.gradle +++ b/sdl/build.gradle @@ -31,7 +31,7 @@ task copySdlLib(type: Copy) { task copySdlInclude(type: Copy) { description = "Copy SDL2 include to location compatible with Linux builds." - from "build/SDL2/include" + from "build/SDL2-2.0.3/include" into "build/include/SDL2" }