Skip to content
Snippets Groups Projects
Commit d2a0fbd1 authored by David Dormagen's avatar David Dormagen
Browse files

[ci] link boost statically

This allows the CI-built tracker to actually be loaded from the AppImage build without having the exact same boost version installed system-wide..
parent e356d7f7
No related branches found
No related tags found
No related merge requests found
Pipeline #34580 failed
......@@ -26,6 +26,8 @@ if __name__ == "__main__":
command += define("CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY", "ON")
command += define_env("VCPKG_TARGET_TRIPLET")
command += define("Boost_USE_STATIC_LIBS", "ON")
if system() == "Windows":
command += define("PACKAGE_MSI", "ON")
elif system() == "Linux":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment