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:
@@ -13,7 +13,7 @@ bundle {
|
||||
name = "emheaders",
|
||||
srcs = {
|
||||
"./em_*.h",
|
||||
":em_path",
|
||||
"+em_path",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user