diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-02-16 00:24:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 00:24:31 +0100 |
commit | 762365d20a2a7282c906ee170c644a3a96be3a21 (patch) | |
tree | 1bc5e49105e01d8961a9d1e5c65b887070f63616 /misc/scripts | |
parent | 7141bc487ec76c336fe1775d58771cecdb507957 (diff) | |
parent | 34ef1043ee1783f8ab20e74a8f883a235a96d629 (diff) | |
download | godot-webrtc-native-762365d20a2a7282c906ee170c644a3a96be3a21.tar.gz godot-webrtc-native-762365d20a2a7282c906ee170c644a3a96be3a21.tar.bz2 godot-webrtc-native-762365d20a2a7282c906ee170c644a3a96be3a21.zip |
Merge pull request #138 from Faless/linux/arms
[Linux] Add arm32/arm64 linux builds support
Diffstat (limited to 'misc/scripts')
-rwxr-xr-x | misc/scripts/file_format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/scripts/file_format.sh b/misc/scripts/file_format.sh index 94a3aff..f89e534 100755 --- a/misc/scripts/file_format.sh +++ b/misc/scripts/file_format.sh @@ -39,6 +39,8 @@ for f in "${files[@]}"; do continue elif [[ "$f" == "thirdparty/"* ]]; then continue + elif [[ "$f" == "misc/patches/"* ]]; then + continue elif [[ "$f" == *"/thirdparty/"* ]]; then continue elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then |