mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Build with both systems
This commit is contained in:
15
submodules/openssl/pack-libssl.sh
Normal file
15
submodules/openssl/pack-libssl.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
OUT_DIR="$1"
|
||||
INCLUDE_DIR="$2"
|
||||
shift
|
||||
shift
|
||||
LIBS="$@"
|
||||
|
||||
mkdir -p "$OUT_DIR/lib"
|
||||
|
||||
/usr/bin/lipo $LIBS -output "$OUT_DIR/lib/libssl.a" -create
|
||||
|
||||
Reference in New Issue
Block a user