Skip to content

Commit

Permalink
Merge pull request #27 from tweag/bazel_ge_18
Browse files Browse the repository at this point in the history
Fix build with bazel >= 18
  • Loading branch information
mboes authored Dec 10, 2018
2 parents e732111 + 4d654a7 commit e8ec417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clodl/clodl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def library_closure(name, srcs, outzip = "", excludes = [], executable = False,
linkshared = not executable,
linkopts = [
"-Wl,-rpath=$$ORIGIN",
param_file,
"$(location %s)" % param_file,
"-T$(location %s)" % dirs_file,
],
srcs = [runfiles_srclibs],
Expand Down

0 comments on commit e8ec417

Please sign in to comment.