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
|
@ -1,7 +1,4 @@
|
|||
simplerule {
|
||||
installable {
|
||||
name = "headers",
|
||||
deps = { "plat/osx/include+headers" },
|
||||
ins = {},
|
||||
outs = {},
|
||||
commands = {},
|
||||
map = { "plat/osx/include+pkg" }
|
||||
}
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
simplerule {
|
||||
installable {
|
||||
name = "headers",
|
||||
deps = { "plat/osx/include+headers" },
|
||||
ins = {},
|
||||
outs = {},
|
||||
commands = {},
|
||||
map = { "plat/osx/include+pkg" }
|
||||
}
|
Loading…
Reference in a new issue