mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
//
|
|
// BaseConfig.xcconfig
|
|
// RetroArch
|
|
//
|
|
//
|
|
|
|
#include "BaseConfig.xcconfig"
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_MAIN -DHAVE_CORE_INFO_CACHE -DHAVE_ONLINE_UPDATER -DHAVE_UPDATE_CORES
|
|
|