Removes the redundant USE_AUDIO flag (#4158)
This commit is contained in:
parent
0c03cbff90
commit
24726a4bc2
2 changed files with 3 additions and 5 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue