Skip to content

Commit 67716d5

Browse files
committed
Add static.
1 parent 4001b8c commit 67716d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)