mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
fix java architecture in buildserver config
This commit is contained in:
parent
a3e7eacc9b
commit
f4a7c19043
@ -9,5 +9,5 @@ ndk_paths = {
|
|||||||
}
|
}
|
||||||
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
|
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
|
||||||
java_paths = {
|
java_paths = {
|
||||||
'8': "/usr/lib/jvm/java-8-openjdk-i386",
|
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user