Commit graph

8 commits

Author SHA1 Message Date
jahorton
0341a4a3d1 chore(ios): minor build-script cleanup 2023-07-06 12:15:04 +07:00
Joshua A. Horton
b65a80f6f9 fix(ios): lots more fixes per PR review 2023-07-03 09:01:23 +07:00
Joshua A. Horton
489c55d988 fix(ios): forgot to adjust include paths for build-utils.sh 2023-06-27 10:50:14 +07:00
Marc Durdin
767927bf16 chore(common): use /usr/bin/env bash
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.

This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:

```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
Gabriel Wong
f90877ca92 Update build script of samples 2017-11-06 10:23:35 +07:00
Gabriel Wong
114deece15 Fix build of samples 2017-10-03 11:20:20 +07:00
Marc Durdin
1f0add3876 Add executable bit 2017-08-21 15:00:08 +07:00
Marc Durdin
606fdb78aa Initial commit 2017-08-21 13:54:29 +07:00