Skip to content

Commit

Permalink
Don't build openssl in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Sep 17, 2017
1 parent a45b614 commit b6fe7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tar xf openssl-1.1.0f.tar.gz
cd openssl-1.1.0f
export CC=...
./Configure --prefix=... linux-x86_64 -fPIC
make -j$(nproc)
make -j1 # OpenSSL has historically not supported parallel builds
make install
```

Expand Down

0 comments on commit b6fe7b2

Please sign in to comment.