prepare phase - copy libs from correct directory

This commit is contained in:
Juraj Michalek
2014-04-19 22:50:27 +02:00
parent 57d35a9fd0
commit 03806794e0

View File

@@ -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"
}