Skip to content

Commit

Permalink
unchecked copy on install
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottThomasMiller committed Apr 20, 2024
1 parent 25002c3 commit e29e21a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
ls -l install/PackageFrameworks/
echo LC_LOAD_DYLIB:
otool -l install/band_power | grep LC_LOAD_DYLIB -A2
echo LC_RPATH:
otool -l install/band_power | grep LC_RPATH -A2
#echo LC_RPATH:
#otool -l install/band_power | grep LC_RPATH -A2
# start testing
- name: Run unit tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
};
5F52BA9D2BC9A98600AC74F4 /* Embed Libraries */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 8;
buildActionMask = 12;
dstPath = PackageFrameworks;
dstSubfolderSpec = 10;
files = (
Expand All @@ -265,7 +265,7 @@
5F52BAAC2BC9E83800AC74F4 /* libBoardController.dylib in Embed Libraries */,
);
name = "Embed Libraries";
runOnlyForDeploymentPostprocessing = 1;
runOnlyForDeploymentPostprocessing = 0;
};
5F52BAC42BCA18C300AC74F4 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down

0 comments on commit e29e21a

Please sign in to comment.