mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
gradle: set correct path to etlegacy repo
This commit is contained in:
parent
55293b80c5
commit
f77de6bef8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ android {
|
|||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path '/home/rafal/Pulpit/etlegacy/CMakeLists.txt'
|
||||
path '../etlegacy/CMakeLists.txt'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue