iOS build fix

This commit is contained in:
Anuken
2018-11-09 10:18:53 -05:00
parent a8cfc1ef7a
commit 51a51833d4
6 changed files with 7 additions and 25 deletions

View File

@@ -120,7 +120,7 @@ project(":ios") {
}
}
build.dependsOn(copyGen)
//build.dependsOn(copyGen)
dependencies {
compile project(":core")
@@ -131,6 +131,7 @@ project(":ios") {
compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"
compileOnly project(":annotations")
}
}