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.
2 parents b187c1c + 601cefe commit 372de65Copy full SHA for 372de65
.ci/run_install_check
@@ -22,9 +22,10 @@ make install prefix=`pwd`/tmp_install -C contrib
22
23
# Setup an environment
24
LD_LIBRARY_PATH=$(pwd)/tmp_install/lib
25
+DYLD_LIBRARY_PATH=$(pwd)/tmp_install/lib
26
PATH=$(pwd)/tmp_install/bin:${PATH}
27
PGDATA=$(pwd)/tmp_base
-export LD_LIBRARY_PATH PATH PG_DATA
28
+export DYLD_LIBRARY_PATH LD_LIBRARY_PATH PATH PG_DATA
29
30
# create installation
31
PGPORT=`./.ci/find_free_port 5432`
0 commit comments