From b2455b65eb8491250681cd51b16b253969c727ee Mon Sep 17 00:00:00 2001 From: Aarik Pokras <85502246+aarikpokras@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:08:11 -0500 Subject: [PATCH] Fix compiler overguarding local libs --- cxlc.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cxlc.py b/cxlc.py index 29a64a7..cf3cc8a 100644 --- a/cxlc.py +++ b/cxlc.py @@ -67,9 +67,6 @@ """ change back -A philosophical question: Is the shell lib really being -compiled as C? Am I just cheating so I can say I used C? -Maybe... I did use -x cpp, so it probably is. """ includes = [] @@ -99,4 +96,5 @@ """ for i in incs_raw: + os.system("chmod -R +w " + i + ".cxlbund") os.system("rm -r " + i + ".cxlbund")