Skip to content

Commit

Permalink
Symlink "misc" into repository for local_sdk. (#3313)
Browse files Browse the repository at this point in the history
Closes #3312.
  • Loading branch information
adam-azarchs committed Oct 5, 2022
1 parent 22937fb commit d517cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/sdk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _remote_sdk(ctx, urls, strip_prefix, sha256):
)

def _local_sdk(ctx, path):
for entry in ["src", "pkg", "bin", "lib"]:
for entry in ["src", "pkg", "bin", "lib", "misc"]:
ctx.symlink(path + "/" + entry, entry)

def _sdk_build_file(ctx, platform, version, sdk_type = "remote"):
Expand Down

0 comments on commit d517cd9

Please sign in to comment.