Skip to content

Commit 9865752

Browse files
committed
Don't know why this worked on Villain, but isn't here.
1 parent 067e8ba commit 9865752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/outlaw/a86/interp.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
""
180180
"-z defs "))
181181
(unless (parameterize ((current-error-port err-port))
182-
(system (format "gcc ~a-v -shared -lunistring ~a ~a -o ~a"
182+
(system (format "gcc ~a-v -shared ~a ~a -o ~a -lunistring"
183183
-z-defs-maybe
184184
;(getenv "LINK_PATH")
185185
t.o objs t.so)))

0 commit comments

Comments
 (0)