Skip to content

Commit

Permalink
Fix compiler overguarding local libs
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Dec 15, 2024
1 parent 44f4e5d commit b2455b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cxlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down Expand Up @@ -99,4 +96,5 @@
"""

for i in incs_raw:
os.system("chmod -R +w " + i + ".cxlbund")
os.system("rm -r " + i + ".cxlbund")

0 comments on commit b2455b6

Please sign in to comment.