installable works, although it's a bit kludgy. Change the : separator to +

because : is special in make and non of the others I could think of would work.
This commit is contained in:
David Given
2016-06-14 07:34:14 +02:00
parent 605651776e
commit 09554cb324
5 changed files with 91 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ bundle {
name = "emheaders",
srcs = {
"./em_*.h",
":em_path",
"+em_path",
}
}