mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-15 07:21:33 +01:00
7 lines
92 B
Bash
7 lines
92 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
source $(dirname "$0")/functions/cmake_fn.sh
|
||
|
|
||
|
cmake_build $@
|