Skip to content

Commit

Permalink
Libtool change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Aug 31, 2024
1 parent 7a85a93 commit ca298b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ list(APPEND MERKAARTOR_LINK_LIBS ${PKGCONFIG_DEPS_LIBRARIES})
link_directories(${PKGCONFIG_DEPS_LIBRARY_DIRS})

if (APPLE)
list(APPEND MERKAARTOR_LINK_LIBS "-lltdl")
list(APPEND MERKAARTOR_LINK_LIBS "-llibtool")
endif()


Expand Down
1 change: 1 addition & 0 deletions ci/travis-osx-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mkdir build && cd build
QT_PREFIX=`brew --prefix qt${QT_MAJOR}`
echo "Using QT_PREFIX=$QT_PREFIX"
find /usr/local -name "QtD*.framework"
find / -name "libltdl*"
cmake .. -G"Unix Makefiles" -DCMAKE_PREFIX_PATH="$QT_PREFIX" -DCMAKE_BUILD_TYPE=Release -DEXTRA_TESTS=OFF
make -j4
make test
Expand Down

0 comments on commit ca298b5

Please sign in to comment.