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 b08fbd5 commit c004dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ _build_server_osx() {
ssh $PG_SSH_OSX "cp -pR /opt/local/Current/lib/libjpeg*.dylib $PG_STAGING/stackbuilder.app/Contents/Frameworks/" || _die "Failed to copy the latest libjpeg"
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 c004dba

Please sign in to comment.