ackbuilder rules files now require absolute paths in external variables
(otherwise commands which change directory don't work).
This commit is contained in:
@@ -6,7 +6,7 @@ cprogram {
|
||||
-- do this.
|
||||
|
||||
srcs = { "./src/*.c" },
|
||||
cflags = { "-DLIBDIR=\\\""..abspath("util/LLgen/lib").."\\\"", "-DNON_CORRECTING" },
|
||||
cflags = { "-DLIBDIR=\\\""..posix.getcwd().."/"..cwd().."/lib\\\"", "-DNON_CORRECTING" },
|
||||
}
|
||||
|
||||
definerule("llgen",
|
||||
|
||||
Reference in New Issue
Block a user