Skip to content

Commit b605888

Browse files
committed
try.
1 parent f9559c1 commit b605888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/outlaw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runtime.o: $(objs)
6161
ld -r $(objs) -o runtime.o
6262

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

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

0 commit comments

Comments
 (0)