Skip to content

Commit 821361e

Browse files
bobzhangdamiendoligez
authored andcommitted
fix solaris build (ocaml#841)
1 parent ab169aa commit 821361e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherlibs/systhreads/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $(LIBNAME).cmxa: $(THREADS_NCOBJS)
9292
ifeq "$(TOOLCHAIN)" "msvc"
9393
CCOUTPUT=/Fo
9494
else
95-
CCOUTPUT=-o
95+
CCOUTPUT=-o
9696
endif
9797

9898
st_stubs_b.$(O): st_stubs.c $(HEADER)

0 commit comments

Comments
 (0)