Changeset 701999c
- Timestamp:
- Jan 23, 2020, 12:39:59 PM (5 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 87cd03a
- Parents:
- eadb7f6
- Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/build_android
readb7f6 r701999c 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e -
scripts/build_emscripten
readb7f6 r701999c 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 function checkprog() { -
scripts/build_mingw
readb7f6 r701999c 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 # This script cross compiles aubio for windows using mingw, four times: -
scripts/get_waf.sh
readb7f6 r701999c 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e
Note: See TracChangeset
for help on using the changeset viewer.