diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-01-13 21:55:21 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 21:55:21 +1300 |
| commit | 69962fefc233ba06450b353073a2db4a9fce3ceb (patch) | |
| tree | 1c2fdc07d6172fc9f9d33c3d6615740bb6ad92c4 /test/postinstall/cpp_app/Makefile.am | |
| parent | 0e26f598ef4b4930dcf3344cf6a430c984e62385 (diff) | |
| download | PROJ-69962fefc233ba06450b353073a2db4a9fce3ceb.tar.gz PROJ-69962fefc233ba06450b353073a2db4a9fce3ceb.zip | |
Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009)
Diffstat (limited to 'test/postinstall/cpp_app/Makefile.am')
| -rw-r--r-- | test/postinstall/cpp_app/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/cpp_app/Makefile.am b/test/postinstall/cpp_app/Makefile.am index 5451403a..eaf3decd 100644 --- a/test/postinstall/cpp_app/Makefile.am +++ b/test/postinstall/cpp_app/Makefile.am @@ -3,7 +3,7 @@ cpp_app_SOURCES = cpp_app.cpp cpp_app_CXXFLAGS = $(PROJ_CFLAGS) cpp_app_LDADD = $(PROJ_LIBS) TESTS = \ - test_ldd.sh \ + test_libpath.sh \ test_transform.sh \ test_searchpath.sh \ test_version.sh |
