mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-07 17:31:52 +00:00
Make NSS build verbose for debugging
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ $(nss_static_libs): $(NSS_VERSION).tar.gz
|
||||
ifeq ($(host),$(build))
|
||||
# Native build, use NSS' build script.
|
||||
cd $(NSS_VERSION)/nss
|
||||
./build.sh -o --disable-tests --static --python=python3
|
||||
./build.sh -o -v --disable-tests --static --python=python3
|
||||
else
|
||||
# We are cross compiling.
|
||||
# Cross compiling NSS is not supported by its build script and is poorly
|
||||
|
||||
Reference in New Issue
Block a user