Skip to content

Commit f55689d

Browse files
committed
shrug.
1 parent 67716d5 commit f55689d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langs/outlaw/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ outlaw.rkt: compile-stdin.rkt \
5858
> outlaw.rkt
5959

6060
runtime.o: $(objs)
61-
gcc -r $(objs) -o runtime.o
61+
ld -r $(objs) -o runtime.o
6262

6363
%.run: %.o runtime.o
64-
gcc $(link_opts) runtime.o -static -lunistring $< -o $@
64+
gcc $(link_opts) runtime.o $< -lunistring -o $@
6565

6666
.c.o:
6767
gcc $(include) -fPIC -c -g -o $@ $<

0 commit comments

Comments
 (0)