Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Add missing sdk_frameworks to the BUILD file. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Nov 10, 2017
1 parent 9a6cb77 commit cef4416
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ strict_warnings_objc_library(
"src/*.h",
"src/private/*.h",
]),
sdk_frameworks = [
"CoreGraphics",
"Foundation",
"QuartzCore",
],
defines = ["IS_BAZEL_BUILD"],
deps = [
"@motion_interchange_objc//:MotionInterchange"
Expand Down

0 comments on commit cef4416

Please sign in to comment.