mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix java architecture in buildserver config
This commit is contained in:
parent
a3e7eacc9b
commit
f4a7c19043
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue