From 98be2ff395084c7dc185d0ab1a74baea722231a5 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 17 Jul 2024 18:05:06 -0600 Subject: [PATCH] add zlib include path --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 8a6c19ea..b83e1270 100644 --- a/SConstruct +++ b/SConstruct @@ -283,6 +283,7 @@ if path.exists('deps/lib64'): if path.exists('deps/include'): env.Append(CPPPATH=[path.join(os.getcwd(), '/deps/include')]) +env.Append(CPPPATH=[path.join(os.getcwd(), 'deps/zlib')]) env.Append(LIBPATH=[path.join(os.getcwd(), 'deps/zlib/build/Release')]) # Include directories