File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,11 +143,12 @@ settings:
143143 - " SDL_VIDEO_OPENGL=1"
144144 # Exclude non-NEON sources on tvOS device (mirrors Config.xcconfig)
145145 " EXCLUDED_SOURCE_FILE_NAMES[sdk=appletvos*] " : " $(inherited) 3DMath.cpp RSP_LoadMatrix.cpp CRC_OPT.cpp"
146- # tvOS Simulator: use inherited source inclusion/exclusion behavior.
147- # XcodeGen resolves sources explicitly for each target; no additional stub
148- # files are required beyond what each target already declares.
149- " EXCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*] " : " $(inherited)"
150- " INCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*] " : " $(inherited)"
146+ # tvOS Simulator: mirror Config.xcconfig — compile only the PVDebug.c stub.
147+ # Config.xcconfig uses:
148+ # EXCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*][arch=*] = *
149+ # INCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*][arch=*] = PVDebug.c
150+ " EXCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*][arch=*] " : " $(inherited) *"
151+ " INCLUDED_SOURCE_FILE_NAMES[sdk=appletvsimulator*][arch=*] " : " $(inherited) PVDebug.c"
151152 HEADER_SEARCH_PATHS : " $(inherited)"
152153 FRAMEWORK_SEARCH_PATHS : " $(inherited)"
153154 LD_RUNPATH_SEARCH_PATHS : " $(inherited)"
You can’t perform that action at this time.
0 commit comments