Commit 59a924d
authored
Fix broken ndk version caching (HaxeFoundation#1204)
This function would just store the version of the last checked ndk path,
so it would return the wrong value if this is not the same ndk path that
was last checked.
It now only reuses the version value if the path was the same.1 parent 75108a5 commit 59a924d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments