We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35411c7 commit a17e7f2Copy full SHA for a17e7f2
1 file changed
langs/outlaw/a86/interp.rkt
@@ -179,9 +179,9 @@
179
""
180
"-z defs "))
181
(unless (parameterize ((current-error-port err-port))
182
- (system (format "gcc ~a-v -shared ~a ~a -o ~a -lunistring"
+ (system (format "gcc ~a-v -L~a -shared ~a ~a -o ~a -lunistring"
183
-z-defs-maybe
184
- ;(getenv "LINK_PATH")
+ (getenv "LINK_DIR")
185
t.o objs t.so)))
186
(define err-msg
187
(get-output-string err-port))
0 commit comments