Removes the redundant USE_AUDIO flag (#4158)

This commit is contained in:
Lázaro Albuquerque 2024-07-16 08:16:41 -04:00 committed by GitHub
parent 0c03cbff90
commit 24726a4bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -11,7 +11,6 @@ endfunction()
if(${CUSTOMIZE_BUILD})
target_compile_definitions("raylib" PRIVATE EXTERNAL_CONFIG_FLAGS)
define_if("raylib" USE_AUDIO)
foreach(FLAG IN LISTS CONFIG_HEADER_FLAGS)
string(REGEX MATCH "([^=]+)=(.+)" _ ${FLAG})