Skip to content
Commit 9c4fbf9c authored by Matthew Bauer's avatar Matthew Bauer
Browse files

gcc: don’t require "lib" output

libgccjit is a library but is used as a compiler. So it references a
bunch of compiler things in $out. To avoid a cycle, we need to put
everything in $out, so referenced to $lib need to be replaced with
${!outputLib}.
parent 5dbc4f7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment