Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions: make FirebaseFunctions build for Android #76

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

compnerd
Copy link
Collaborator

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.

@compnerd compnerd requested review from brianmichel and hyp June 20, 2024 16:59
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.
@compnerd compnerd merged commit 0fea568 into thebrowsercompany:main Jun 20, 2024
2 checks passed
@compnerd compnerd deleted the compnerd/functions branch June 20, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants