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:
parent
3cce93586f
commit
c5aff6fc2e
2 changed files with 5 additions and 11 deletions
|
@ -1,7 +1,4 @@
|
||||||
simplerule {
|
installable {
|
||||||
name = "headers",
|
name = "headers",
|
||||||
deps = { "plat/osx/include+headers" },
|
map = { "plat/osx/include+pkg" }
|
||||||
ins = {},
|
|
||||||
outs = {},
|
|
||||||
commands = {},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
simplerule {
|
installable {
|
||||||
name = "headers",
|
name = "headers",
|
||||||
deps = { "plat/osx/include+headers" },
|
map = { "plat/osx/include+pkg" }
|
||||||
ins = {},
|
}
|
||||||
outs = {},
|
|
||||||
commands = {},
|
|
||||||
}
|
|
Loading…
Reference in a new issue