Fixed libpty location for pycharm community build.

This commit is contained in:
Dmitry Trofimov
2013-11-13 16:08:35 +01:00
parent a4e4ceb386
commit 812465c2d3
+1 -1
View File
@@ -217,7 +217,7 @@ private layoutFull(Map args, String target, Set usedJars) {
}
dir("libpty") {
fileset(dir: "$home/community/lib/libpty") {
fileset(dir: "$home/lib/libpty") {
exclude(name: "*.txt")
}
}