mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removes the redundant USE_AUDIO flag (#4158)
This commit is contained in:
committed by
GitHub
parent
0c03cbff90
commit
24726a4bc2
@ -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})
|
||||
|
||||
Reference in New Issue
Block a user