diff options
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boost.mk b/src/boost.mk index 692e882..83fe2c9 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -108,6 +108,7 @@ define $(PKG)_BUILD_$(BUILD) -a \ -q \ -j '$(JOBS)' \ + --ignore-site-config \ variant=release \ link=static \ threading=multi \ |