2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Replaces --with-system with --with-headers when building Boost in CI (#382)

This commit is contained in:
Anarthal (Rubén Pérez)
2026-01-18 15:44:55 +01:00
committed by GitHub
parent c11a5194d8
commit 002b616dd9

View File

@@ -134,7 +134,7 @@ def _build_b2_distro(
_run([
_b2_command,
'--prefix={}'.format(_b2_distro),
'--with-system',
'--with-headers',
'toolset={}'.format(toolset),
'-d0',
'install'