We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0416be9 commit 386f0aaCopy full SHA for 386f0aa
scripts/build-postgres-darwin.sh
@@ -258,6 +258,8 @@ done
258
cd $INSTALL_DIR
259
rm -rf lib/pgxs/src/test/
260
rm -rf lib/Python
261
+PG_ROUTING_SO=$(ls lib/libpgrouting-* | sed -e 's|.*/||' -e 's/\.so$//')
262
+ln -s $PG_ROUTING_SO.so lib/$PG_ROUTING_SO.dylib
263
cp -Rf $(git rev-parse --show-toplevel)/share/postgresql/extension/* share/extension
264
zip -r $TRG_DIR/postgres-macos.zip \
265
share \
0 commit comments