Skip to content

Commit a6a478b

Browse files
committed
Revert "_build.sh: mac-gcc hack patch test 1"
This reverts commit 7190561.
1 parent 335afc0 commit a6a478b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,6 @@ build_single_target() {
12791279
# directories/files out of the way:
12801280
find "${libgccdir}/include-fixed" | sort
12811281
patch_out='dispatch os AvailabilityInternal.h'
1282-
patch_out='' # TESTING 1
12831282
patch_out+=' stdio.h' # for Xcode 16 error: unknown type name 'FILE'
12841283
for f in ${patch_out}; do
12851284
if [ -r "${libgccdir}/include-fixed/${f}" ]; then

0 commit comments

Comments
 (0)