gradle: set correct path to etlegacy repo

This commit is contained in:
rafal1137 2020-04-29 16:10:23 +02:00
parent 55293b80c5
commit f77de6bef8

View file

@ -53,7 +53,7 @@ android {
}
externalNativeBuild {
cmake {
path '/home/rafal/Pulpit/etlegacy/CMakeLists.txt'
path '../etlegacy/CMakeLists.txt'
}
}