From f580c7fa4330a0c181226060d2e778285fa38dc0 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 15 Feb 2016 16:52:37 -0700 Subject: handle libc include path and libc lib path differently --- src/codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index f7b05bf37b..530fb33f68 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -3695,7 +3695,7 @@ static void init(CodeGen *g, Buf *source_path) { } void codegen_parseh(CodeGen *g, Buf *src_dirname, Buf *src_basename, Buf *source_code) { - find_libc_path(g); + find_libc_include_path(g); Buf *full_path = buf_alloc(); os_path_join(src_dirname, src_basename, full_path); -- cgit v1.2.3