Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When Swig generating "%csmethodmodifiers" code block, instead of keeping all preprocesser directives like "#if FIREBASE_PLATFORM_DESKTOP", it seem to preprocess the block directly and remove codes. In this case, Swig would consider FIREBASE_PLATFORM_DESKTOP never defined and remove the entire block in the generated code. This can be easily verified with ``` python scripts/build_scripts/build_zips.py --platform=macos --apis=auth ```
- Loading branch information