fix java architecture in buildserver config

This commit is contained in:
Michael Pöhn committed 2017-04-22 10:48:50 +02:00
1 parent a3e7eacc9b
commit f4a7c19043
1 file changed
+1 -1
+1 -1
View File
@@ -9,5 +9,5 @@ ndk_paths = {
}
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-i386",
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
}