Skip to content

Commit 68a7e0c

Browse files
committed
Remove unneeded line in GenerateLibs task
1 parent 937b37b commit 68a7e0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/groovy/imgui/generate/GenerateLibs.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,5 @@ class GenerateLibs extends DefaultTask {
4747
BuildExecutor.executeAnt(jniDir + '/build-linux32.xml', '-v', '-Dhas-compiler=true', '-Drelease=true', 'clean', 'postcompile')
4848
BuildExecutor.executeAnt(jniDir + '/build-linux64.xml', '-v', '-Dhas-compiler=true', '-Drelease=true', 'clean', 'postcompile')
4949
BuildExecutor.executeAnt(jniDir + '/build.xml', '-v', 'pack-natives')
50-
51-
// Ant creates this folder in the root of the project. Since it will be empty we delete it
52-
project.rootProject.file(libsFolder).deleteDir()
5350
}
5451
}

0 commit comments

Comments
 (0)