mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 07:15:46 -04:00
Define LIBRETRO macro when building core, skip swap chain
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
if(BUILD_LIBRETRO_CORE)
|
||||
add_definitions("-DLIBRETRO=1")
|
||||
endif()
|
||||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(scmversion)
|
||||
|
Reference in New Issue
Block a user