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