From 77684ed8b8478d2cdc03751dcbdf1e1c94090731 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sat, 19 Oct 2024 12:08:28 +0800 Subject: [PATCH] Adjusted build Python script for the build execution for standard library. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index b1c0f6b..a2bbaa6 100644 --- a/build.py +++ b/build.py @@ -111,7 +111,7 @@ lib_build_args = [ COMPILER, '-Iinclude', - '-shared', '-o', + '-Ilib', '-shared', '-o', lib_bin, rt_bin ]