Sign in
◑
Theme
flutter
/
third_party
/
openssl
/
2ff7a0edef240ce2e9ec37655eac2cfba1b2d03b
/
.
/
crypto
/
threads
/
pthread2.sh
blob: 41264c6a5046418c51ba35bbfd910a283e342d10 [
file
]
#!/bin/sh
#
# build using pthreads where it's already built into the system
#
/
bin
/
rm
-
f mttest
gcc
-
DPTHREADS
-
I
../../
include
-
g mttest
.
c
-
o mttest
-
L
../..
-
lssl
-
lcrypto
-
lpthread