Skip to content

Commit

Permalink
alwayslink underlying swift_library
Browse files Browse the repository at this point in the history
Without this this is stripped since it is unused
  • Loading branch information
keith committed Sep 12, 2019
1 parent 5e0a159 commit d2e37c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/apple_core_ml_library_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ swift_library(
# smh.
copts = ["-Xcc", "-Wno-nullability"],
deps = [":SampleCoreML"],
alwayslink = True,
)
apple_core_ml_library(
Expand Down

0 comments on commit d2e37c0

Please sign in to comment.