Commit d721637
committed
Functions: make
Remove some linkage on Android as the libraries are not present. It is
unclear if this is underlinking, but for now, this allows us to make
progress. Explicitly cast the error value as it is a `DWORD` on Windows
and `CInt` on Unix.FirebaseFunctions build for Android1 parent 9415d46 commit d721637
File tree
2 files changed
+4
-4
lines changed- Sources/FirebaseFunctions
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | 212 | | |
215 | | - | |
| 213 | + | |
| 214 | + | |
216 | 215 | | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments