Skip to content

Commit

Permalink
MacPass: Use frameworks_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 9, 2025
1 parent d408905 commit 57a6c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/MacPass/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ xcode.configuration Release
xcode.destroot.settings CODE_SIGN_IDENTITY=- \
CODE_SIGN_STYLE=Manual \
ENABLE_HARDENED_RUNTIME=NO \
FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
FRAMEWORK_SEARCH_PATHS=${frameworks_dir}

# xcode PortGroup sets the DerivedData to /var/root/... which is not writeable. This fixes it.
destroot.pre_args-append -derivedDataPath ./DerivedData
Expand Down

0 comments on commit 57a6c44

Please sign in to comment.