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:
committed by
GitHub
parent
c11a5194d8
commit
002b616dd9
@@ -134,7 +134,7 @@ def _build_b2_distro(
|
|||||||
_run([
|
_run([
|
||||||
_b2_command,
|
_b2_command,
|
||||||
'--prefix={}'.format(_b2_distro),
|
'--prefix={}'.format(_b2_distro),
|
||||||
'--with-system',
|
'--with-headers',
|
||||||
'toolset={}'.format(toolset),
|
'toolset={}'.format(toolset),
|
||||||
'-d0',
|
'-d0',
|
||||||
'install'
|
'install'
|
||||||
|
|||||||
Reference in New Issue
Block a user