Skip to content

Commit

Permalink
Update package.json to fix ccache_enabled option, fixes #43633 (#43634
Browse files Browse the repository at this point in the history
)

Summary:
I found in 0.74.0-rc.x, `ccache_enabled` is introduced. However, it is not being delivered via npm.

fixes #43633

Changelog: [iOS] [Fixed] - Adding ccache_clang wrapper scripts to package.json for distribution

Pull Request resolved: #43634

Reviewed By: cortinico

Differential Revision: D55308743

Pulled By: blakef

fbshipit-source-id: e89a4bb3a1fbf8562d880b4c9d25dc9083717ba6
  • Loading branch information
CatStudioApp authored and facebook-github-bot committed Mar 25, 2024
1 parent 1fe26a1 commit 1c8751a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-native/package.json
Expand Up @@ -65,6 +65,9 @@
"scripts/hermes/hermes-utils.js",
"scripts/hermes/prepare-hermes-for-build.js",
"scripts/ios-configure-glog.sh",
"scripts/xcode/ccache-clang++.sh",
"scripts/xcode/ccache-clang.sh",
"scripts/xcode/ccache.conf",
"scripts/xcode/with-environment.sh",
"scripts/native_modules.rb",
"scripts/node-binary.sh",
Expand Down

0 comments on commit 1c8751a

Please sign in to comment.