Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing failure building RN codegen CLI on Windows (#34791)
Summary: Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters. ## Changelog Fixing build failure building RN codegen CLI on Windows. Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters. [Android] [Fixed] - Fixing failure building RN codegen CLI on Windows Pull Request resolved: #34791 Test Plan: Ensured RN main branch builds on Windows with new architecture turned on. Reviewed By: cipolleschi Differential Revision: D39889468 Pulled By: cipolleschi fbshipit-source-id: 7d79eac9f433908cc86dd7ca2eec841739ef6365 # Conflicts: # ReactAndroid/cmake-utils/ReactNative-application.cmake
- Loading branch information