aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 4c0f68d..dd07952 100644
--- a/Main.hs
+++ b/Main.hs
@@ -52,4 +52,4 @@ main = do
callCommand "yasm -w+all -fmacho64 z_output.asm -o z_output.o"
hPutStrLn stderr "Linking with ld..."
- callCommand "ld z_output.o -o z_output"
+ callCommand "ld z_output.o liblang.o -o z_output"