RetroArch/pkg/apple/Steam.xcconfig
2023-02-25 09:21:15 +01:00

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