Skip to content

Commit

Permalink
update demo fix per @cipolleschi 's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
imWildCat committed Jun 27, 2024
1 parent 5c907aa commit 4836072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_rn75rc2_linking_ios.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index fec826c..9508625 100644
# Support passing in a path relative to the root of the package
if phase["path"]
- phase["script"] = File.read(File.expand_path(phase["path"], package["root"]))
+ phase["script"] = File.read(File.expand_path(phase["path"], package[:root]))
+ phase["script"] = File.read(File.expand_path(phase["path"], package[:path]))
phase.delete("path")
end

0 comments on commit 4836072

Please sign in to comment.