Build with both systems

This commit is contained in:
Ali
2020-05-05 21:03:54 +04:00
parent 763876773c
commit e2fda3f9ef
13 changed files with 197 additions and 55 deletions

View 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