Skip to content

Commit

Permalink
Use xcode PROJECT_DIR variable rather than a relative path for the pr…
Browse files Browse the repository at this point in the history
…ebuild target (#3)

This fixes build automation in several tools.
  • Loading branch information
itnok authored and vit9696 committed Jan 6, 2020
1 parent 649e9e3 commit f13365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrcmPatchRAM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
buildConfigurationList = 84CDEE081BB3CA2200238DD1 /* Build configuration list for PBXLegacyTarget "Prebuild" */;
buildPhases = (
);
buildToolPath = ./generate_firmware_data.sh;
buildToolPath = "$(PROJECT_DIR)/generate_firmware_data.sh";
buildWorkingDirectory = "";
dependencies = (
);
Expand Down

0 comments on commit f13365e

Please sign in to comment.