Skip to content

Commit 67a84f1

Browse files
committed
don't skip ssl on compilation
1 parent 596726a commit 67a84f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export GIT_PYTHON_REFRESH=quiet
1010

1111
./buildscripts/scons.py \
1212
install-core \
13-
--ssl=off \
14-
-j 12 \
13+
-j 20 \
1514
LINKFLAGS='-static-libstdc++' \
1615
--linker=gold
1716

0 commit comments

Comments
 (0)