hopefully the last fix for android, this is getting annoying

This commit is contained in:
AlexandreRouma
2023-02-25 20:33:03 +01:00
parent 8d6ed17e01
commit 82fd3732a9
4 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ while read -r CPP_FILE_PATH; do
if [[ "$CPP_FILE_PATH" == "./build"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./core/libcorrect"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./core/std_replacement"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./core/src/spdlog"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./core/src/imgui"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./misc_modules/discord_integration/discord-rpc"* ]]; then continue; fi
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi