Skip to content

Commit 2d414fe

Browse files
committed
Another try.
1 parent b605888 commit 2d414fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-
ld -r $(objs) -o runtime.o
61+
gcc -lunistring -r $(objs) -o runtime.o
6262

6363
%.run: %.o runtime.o
64-
gcc $(link_opts) -L/usr/lib/x86_64-linux-gnu -lunistring runtime.o $< -o $@
64+
gcc $(link_opts) -lunistring runtime.o $< -o $@
6565

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

0 commit comments

Comments
 (0)