uses default shell everywhere now

IOS-2882
Andreas Buff 2021-07-22 13:55:43 +02:00
parent e6b91179a9
commit c407851025
8 changed files with 0 additions and 17 deletions

View File

@ -1,6 +1,3 @@
#!/bin/bash
# Pass PREFIX as argument. If not passed, "local/" is used as deafult.
# Exit on errors

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Creates fat libs of all .a files in `ARCH1_DIR` (1st param), combining .a with same name in `ARCH2_DIR` (2nd param), saving fat lib in `OUTPUT_DIR` (3rd param).
# Exit on errors

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Creates fat libs of all .a files in `ARCH1_DIR` (1st param), combining .a with same name in `ARCH2_DIR` (2nd param), saving fat lib in `OUTPUT_DIR` (3rd param).
# Exit on errors

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Builds fat lib for macOS (ARM64 & x86_64).
# Pass PREFIX as argument. If not passed, "local/" is used as deafult. Config can also be passed.
# Sample:

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Builds fat lib for macOS (ARM64 & x86_64).
# Pass PREFIX as argument. If not passed, "local/" is used as deafult.

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Builds fat lib for macOS (ARM64 & x86_64).
# Pass PREFIX as argument. If not passed, "local/" is used as deafult. Config can also be passed.
# Sample:

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Builds fat lib for macOS (ARM64 & x86_64).
# Pass PREFIX as argument. If not passed, "local/" is used as deafult.
set -e

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Builds fat lib for macOS (ARM64 & x86_64).
# Pass PREFIX as argument. If not passed, "local/" is used as deafult.