forked from boostorg/thread
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
I am unfamiliar with bazel's inner workings and want to help this project so can you explain why no srcs
section of BUILD
files like https://github.com/bazelboost/thread/blob/bazelboost-1.83.0/BUILD.bazel.
I am asking because I am trying to migrate my build of a large repo from nelhage boost to this one and during linking I am getting a lot of "Undefined symbols for architecture arm64" and am going to try and fix it.
If you have any pointers of how to address this then please let me know.