mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
bf5739b735
* Additional Steam build cleanups * Fix Mac directories for Steam
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
//
|
|
// Steam.xcconfig
|
|
// RetroArch_Metal
|
|
//
|
|
|
|
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
|