Skip to content

Commit a17e7f2

Browse files
committed
Still tryna fix linking problems.
1 parent 35411c7 commit a17e7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langs/outlaw/a86/interp.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@
179179
""
180180
"-z defs "))
181181
(unless (parameterize ((current-error-port err-port))
182-
(system (format "gcc ~a-v -shared ~a ~a -o ~a -lunistring"
182+
(system (format "gcc ~a-v -L~a -shared ~a ~a -o ~a -lunistring"
183183
-z-defs-maybe
184-
;(getenv "LINK_PATH")
184+
(getenv "LINK_DIR")
185185
t.o objs t.so)))
186186
(define err-msg
187187
(get-output-string err-port))

0 commit comments

Comments
 (0)