Skip to content

Commit

Permalink
[LOCAL] Remove ccache line from react_native_pods
Browse files Browse the repository at this point in the history
Cleanup from a merge conflict which brought this in.
  • Loading branch information
blakef committed Jan 25, 2024
1 parent f4e21b0 commit 58a59f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-native/scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def react_native_post_install(
ReactNativePodsUtils.set_use_hermes_build_setting(installer, hermes_enabled)
ReactNativePodsUtils.set_node_modules_user_settings(installer, react_native_path)
ReactNativePodsUtils.apply_flags_for_fabric(installer, fabric_enabled: fabric_enabled)
ReactNativePodsUtils.set_ccache_compiler_and_linker_build_settings(installer, react_native_path, ccache_enabled)
ReactNativePodsUtils.apply_xcode_15_patch(installer)
ReactNativePodsUtils.updateOSDeploymentTarget(installer)

Expand Down

0 comments on commit 58a59f6

Please sign in to comment.