kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 68e0697f2e82ec8d069f6ae84841f36c3c57299d
parent 83a16763c88d833fa299e8c768361b1041d87bb5
Author: Joris Vink <joris@coders.se>
Date:   Mon, 18 Aug 2014 15:31:10 +0200

s/appl/rootdir in cli_compile_file

Diffstat:
src/cli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.c b/src/cli.c @@ -833,7 +833,7 @@ cli_compile_cfile(void *arg) char *ppath; #endif - (void)cli_vasprintf(&ipath, "-I%s/src", appl); + (void)cli_vasprintf(&ipath, "-I%s/src", rootdir); /* * These compiler options should be settable