Change dependency from simplerule{} with a dependency but no outputs to an

installable; otherwise, the dependency would be built, but the result wouldn't
get added to the header path and so wouldn't be seen.
This commit is contained in:
David Given 2016-12-05 20:33:26 +01:00
parent 3cce93586f
commit c5aff6fc2e
2 changed files with 5 additions and 11 deletions

View file

@ -1,7 +1,4 @@
simplerule {
installable {
name = "headers",
deps = { "plat/osx/include+headers" },
ins = {},
outs = {},
commands = {},
map = { "plat/osx/include+pkg" }
}

View file

@ -1,7 +1,4 @@
simplerule {
installable {
name = "headers",
deps = { "plat/osx/include+headers" },
ins = {},
outs = {},
commands = {},
map = { "plat/osx/include+pkg" }
}