Skip to content

Commit

Permalink
Stackbuilder was not launching after removing expat from build osx sc…
Browse files Browse the repository at this point in the history
…ript so adding it again
  • Loading branch information
agarwal-kritika committed Aug 9, 2023
1 parent e136f7c commit f793b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ _build_server_osx() {
ssh $PG_SSH_OSX "cp -pR /opt/local/Current/lib/libpng16*.dylib $PG_STAGING/stackbuilder.app/Contents/Frameworks/" || _die "Failed to copy the latest libpng16"
ssh $PG_SSH_OSX "cp -pR /opt/local/Current/lib/libiconv*.dylib $PG_STAGING/stackbuilder.app/Contents/Frameworks/" || _die "Failed to copy the latest libiconv"

ssh $PG_SSH_OSX "cp -pR /opt/local/Current/lib/libexpat*.dylib $PG_STAGING/stackbuilder.app/Contents/Frameworks/" || _die "Failed to copy the latest libexpat"

# Copying plperl to staging/osx directory as we would not like to update the _rewrite_so_refs for it.
ssh $PG_SSH_OSX "cp -f $PG_PATH_OSX/server/staging_cache/osx.build/lib/postgresql/plperl.so $PG_PATH_OSX/server/staging_cache/osx.build/"

Expand Down

0 comments on commit f793b1d

Please sign in to comment.