mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 22:40:49 +01:00
prepare phase - copy libs from correct directory
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user