mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-23 13:39:48 +00:00
d68067bef8
Not all *Nix systems have Bash located at /bin/bash, this fixes building Vita3k on them.
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
find vita3k tools/gen-modules tools/native-tool \( -name *.cpp -o -name *.h \) | xargs clang-format -i
|