mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
examples => example
This commit is contained in:
@@ -109,7 +109,7 @@ def _setup_boost(
|
||||
# Install Boost dependencies
|
||||
_run(["git", "config", "submodule.fetchJobs", "8"])
|
||||
_run(["git", "submodule", "update", "-q", "--init", "tools/boostdep"])
|
||||
_run(["python", "tools/boostdep/depinst/depinst.py", "--include", "examples", "redis"])
|
||||
_run(["python", "tools/boostdep/depinst/depinst.py", "--include", "example", "redis"])
|
||||
|
||||
# Bootstrap
|
||||
if _is_windows:
|
||||
|
||||
Reference in New Issue
Block a user