ack/lang/pc/include/build.lua
David Given 698613cd7d Turns out that the compiler needs access to the libpc headers too; refactor
into a separate target to avoid build loops and make it work.
2018-06-18 22:17:38 +02:00

5 lines
50 B
Lua

clibrary {
name = "headers",
hdrs = {"./*.h"}
}