Skip to content

Commit

Permalink
Fix Makefile.rules on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
abbysmal committed Aug 24, 2016
1 parent 89c0dff commit 8c39be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ INSTALL_HEADERS = $(wildcard $($(PROJECT).dir)/*.h)
THREAD_FLAG = $(if $(filter yes,$($(PROJECT).threads)),-thread)
LINK_FLAGS = $(as_needed_flags) $($(PROJECT).link_flags)
OCAML_LINK_FLAGS=$(LINK_FLAGS:%=-cclib %)
OCAMLMKLIB_FLAGS=$($(PROJECT).link_flags)
OCAMLMKLIB_FLAGS=$($(PROJECT).link_flags:%=-cclib %)
OCAMLFIND_PACKAGE_FLAGS=$(patsubst %,-package %,$($(PROJECT).deps)) \
$(patsubst %,-thread -package threads,$(THREAD_FLAG)) \
$(OCAMLFIND_BISECT_FLAGS)
Expand Down

0 comments on commit 8c39be8

Please sign in to comment.