Skip to content

Commit dca180f

Browse files
authored
workaround SR-12939 (#826)
1 parent bc51201 commit dca180f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/CGRPCZlib/empty.c

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
17+
// Xcode's Archive builds with Xcode's Package support struggle with empty .c files
18+
// (https://bugs.swift.org/browse/SR-12939).
19+
void CGRPCZlib_i_do_nothing_just_working_around_a_darwin_toolchain_bug(void) {}

0 commit comments

Comments
 (0)