Skip to content

Commit

Permalink
Avoid empty archive
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
  • Loading branch information
nojb committed Jul 30, 2024
1 parent 905ab83 commit e8206b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Build an library which indirectly depends on foreign object files.

$ cat >lib/dep.c <<EOF
> #include <caml/mlvalues.h>
> value add(value x, value y);
> extern value add(value x, value y);
> void dummy() { return; }
> EOF

$ cat >lib/add.c <<EOF
Expand Down

0 comments on commit e8206b1

Please sign in to comment.