Skip to content

Commit 66c2533

Browse files
committed
musl again spots a boo boo on my part.
1 parent 7e2454f commit 66c2533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wllvm/wllvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
def main():
1919
""" The entry point to wllvm++.
2020
"""
21-
wcompile(False)
21+
return wcompile(False)
2222

2323

2424
if __name__ == '__main__':

wllvm/wllvmpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def main():
1717
""" The entry point to wllvm++.
1818
"""
19-
wcompile(True)
19+
return wcompile(True)
2020

2121

2222
if __name__ == '__main__':

0 commit comments

Comments
 (0)