mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
Add thirdparty libs
This commit is contained in:
6
thirdparty/openssl/crypto/threads/pthread2.sh
vendored
Executable file
6
thirdparty/openssl/crypto/threads/pthread2.sh
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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 -ldl
|
||||
Reference in New Issue
Block a user