From 0399be4936607586572510a1f09c9488278a9d62 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Thu, 14 Dec 2023 10:05:55 -0800 Subject: [PATCH] blah --- clambcc/clambc-compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clambcc/clambc-compiler.py b/clambcc/clambc-compiler.py index f5b50fcf14..c11a6fa567 100755 --- a/clambcc/clambc-compiler.py +++ b/clambcc/clambc-compiler.py @@ -203,7 +203,7 @@ def compileFile(clangLLVM: ClangLLVM, fileName: str, debugBuild: bool, standardC -o \ {outFile} \ -I \ - /home/aragusa/clamav-bytecode-compiler-aragusa/headers \ + {INCDIR} \ -include \ bytecode.h \ -D__CLAMBC__"