Skip to content

Commit

Permalink
workaround SR-12939 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi authored Jun 8, 2020
1 parent bc51201 commit dca180f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/CGRPCZlib/empty.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

// Xcode's Archive builds with Xcode's Package support struggle with empty .c files
// (https://bugs.swift.org/browse/SR-12939).
void CGRPCZlib_i_do_nothing_just_working_around_a_darwin_toolchain_bug(void) {}

0 comments on commit dca180f

Please sign in to comment.