From 7dc450d36c87146f27a060e152a2b4afca400c88 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Thu, 12 Dec 2024 06:47:21 +0800 Subject: [PATCH] Adjustments on build script for inclusion of MyShell library. --- build.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 52c4d55..88efb61 100644 --- a/build.py +++ b/build.py @@ -52,7 +52,11 @@ cpp_files = [] cc_files = [] -lib_headers = ['-Ilib/QuickDigest5/include', '-Ilib/SHA/src'] +lib_headers = [ + '-Ilib/QuickDigest5/include', + '-Ilib/MyShell/include', + '-Ilib/SHA/src' +] lib_source_files = [] def get_ext_instructions():