Skip to content

Commit

Permalink
Merge pull request tweag#56 from tweag/macos-dylib
Browse files Browse the repository at this point in the history
Capture `.dylib` in `lib` filegroup
  • Loading branch information
mboes authored Dec 17, 2018
2 parents 24d4418 + 6d9f3f2 commit fb2d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/BUILD.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ filegroup(

filegroup(
name = "lib",
srcs = glob(["lib/**/*.so*", "lib/**/*.a"]),
srcs = glob(["lib/**/*.so*", "lib/**/*.dylib", "lib/**/*.a"]),
)

filegroup(
Expand Down

0 comments on commit fb2d93d

Please sign in to comment.