Remove mpg123 reference from build system.

TODO: macOS/iOS xcodeproj
This commit is contained in:
Miku AuahDark
2020-02-16 15:25:31 +08:00
parent afd68a95a2
commit 52a707d96c
6 changed files with 15 additions and 55 deletions
-8
View File
@@ -45,14 +45,6 @@ genmodules()
printf "${FILES:0:${#FILES}-2}\n\n"
modulelist+=("$module")
fi
if [[ "$module" = "sound" ]]; then
printf "if !LOVE_NOMPG123\n"
printf "liblove_module_$module += \\\\\n"
printf "\t./modules/sound/lullaby/Mpg123Decoder.cpp \\\\\n"
printf "\t./modules/sound/lullaby/Mpg123Decoder.h\n"
printf "endif\n\n"
fi
done
cd ../libraries