Skip to content

Commit 8654f61

Browse files
committed
Set current-shared? to true in compile-library.
1 parent e0e8577 commit 8654f61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

langs/outlaw/compile-library.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
(define (main)
88
(begin
99
(read-line) ; ignore #lang racket line
10+
(current-shared? #t)
1011
(displayln (asm-string (compile-library (parse-library (read-all)))))))

0 commit comments

Comments
 (0)