Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[build] Fix mbgl-offline tool build on recent Linux distros #7728

Merged
merged 1 commit into from
Jan 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/linux/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mason_use(glfw VERSION 3.2.1)
if(IS_CI_BUILD AND NOT WITH_EGL)
mason_use(mesa VERSION 13.0.0${MASON_MESA_SUFFIX})
endif()
mason_use(boost_libprogram_options VERSION 1.62.0)
mason_use(boost_libprogram_options VERSION 1.62.0${MASON_CXXABI_SUFFIX})
mason_use(sqlite VERSION 3.14.2)
mason_use(libuv VERSION 1.9.1)
mason_use(nunicode VERSION 1.7.1)
Expand Down