tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Fix build with bazel >= 18 #27

Closed thufschmitt closed 5 years ago

thufschmitt commented 5 years ago

Updating bazel to 18.0 broke clodl on my codebase with the error gcc: error: my_closure-params.ld: No such file or directory. Enforcing the full path to the my_closure-params.ld file in the cc_binary arguments fixes it