mirror of
https://github.com/vxcontrol/lualibs-openssl.git
synced 2026-07-01 10:05:31 -04:00
16 lines
267 B
Bash
Executable File
16 lines
267 B
Bash
Executable File
[ "$P" ] || exit 1
|
|
cd src || exit 1
|
|
|
|
make clean
|
|
./Configure $C shared
|
|
make -j4
|
|
|
|
d=../luapower/bin/$P
|
|
cp -f libcrypto.so.1.0.0 $d/libcrypto.so
|
|
cp -f libcrypto.a $d/
|
|
cp -f libssl.so.1.0.0 $d/libssl.so
|
|
cp -f libssl.a $d/
|
|
|
|
cd ..
|
|
./copy-headers.sh
|