We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335afc0 commit a6a478bCopy full SHA for a6a478b
_build.sh
@@ -1279,7 +1279,6 @@ build_single_target() {
1279
# directories/files out of the way:
1280
find "${libgccdir}/include-fixed" | sort
1281
patch_out='dispatch os AvailabilityInternal.h'
1282
- patch_out='' # TESTING 1
1283
patch_out+=' stdio.h' # for Xcode 16 error: unknown type name 'FILE'
1284
for f in ${patch_out}; do
1285
if [ -r "${libgccdir}/include-fixed/${f}" ]; then
0 commit comments