mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
|
//
|
||
|
// Steam.xcconfig
|
||
|
// RetroArch_Metal
|
||
|
//
|
||
|
|
||
|
#include "BaseConfig.xcconfig"
|
||
|
|
||
|
OTHER_CFLAGS = $(inherited) -DHAVE_MAIN -DHAVE_STEAM -DHAVE_MIST -DHAVE_PRESENCE
|
||
|
HEADER_SEARCH_PATHS = $(inherited) $(MIST_PATH)/include
|
||
|
OTHER_LDFLAGS = $(inherited) -L$(MIST_PATH) -lmist
|
||
|
|
||
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
||
|
CODE_SIGN_STYLE = Automatic
|