We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b605888 commit 2d414feCopy full SHA for 2d414fe
1 file changed
langs/outlaw/Makefile
@@ -58,10 +58,10 @@ outlaw.rkt: compile-stdin.rkt \
58
> outlaw.rkt
59
60
runtime.o: $(objs)
61
- ld -r $(objs) -o runtime.o
+ gcc -lunistring -r $(objs) -o runtime.o
62
63
%.run: %.o runtime.o
64
- gcc $(link_opts) -L/usr/lib/x86_64-linux-gnu -lunistring runtime.o $< -o $@
+ gcc $(link_opts) -lunistring runtime.o $< -o $@
65
66
.c.o:
67
gcc $(include) -fPIC -c -g -o $@ $<
0 commit comments