mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-08 10:14:46 +02:00
hopefully the last fix for android, this is getting annoying
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user