uses default shell everywhere now
parent
e6b91179a9
commit
c407851025
|
@ -1,6 +1,3 @@
|
|||
|
||||
#!/bin/bash
|
||||
|
||||
# Pass PREFIX as argument. If not passed, "local/" is used as deafult.
|
||||
|
||||
# Exit on errors
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue